Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionShow checkbox inside a dropdownlist Pin
SreejithAchutan24-Nov-08 19:30
SreejithAchutan24-Nov-08 19:30 
AnswerRe: Show checkbox inside a dropdownlist Pin
Christian Graus24-Nov-08 19:34
protectorChristian Graus24-Nov-08 19:34 
AnswerRe: Show checkbox inside a dropdownlist Pin
Abhijit Jana24-Nov-08 19:34
professionalAbhijit Jana24-Nov-08 19:34 
QuestionShow data in gridview vertically and update vertically also? Pin
pundir abhishek24-Nov-08 19:20
pundir abhishek24-Nov-08 19:20 
AnswerRe: Show data in gridview vertically and update vertically also? Pin
Christian Graus24-Nov-08 19:26
protectorChristian Graus24-Nov-08 19:26 
QuestionFetch all the permissions of a folder/file of IUser [modified] Pin
Pankaj Saha24-Nov-08 19:19
Pankaj Saha24-Nov-08 19:19 
AnswerRe: Fetch all the permissions of a folder/file of IUser Pin
Christian Graus24-Nov-08 19:25
protectorChristian Graus24-Nov-08 19:25 
Questionhow to read the data of a comp port through asp.net page Pin
souravghosh1824-Nov-08 19:00
souravghosh1824-Nov-08 19:00 
AnswerRe: how to read the data of a comp port through asp.net page Pin
Christian Graus24-Nov-08 19:06
protectorChristian Graus24-Nov-08 19:06 
GeneralRe: how to read the data of a comp port through asp.net page Pin
souravghosh1824-Nov-08 19:25
souravghosh1824-Nov-08 19:25 
GeneralRe: how to read the data of a comp port through asp.net page Pin
Abhijit Jana24-Nov-08 19:29
professionalAbhijit Jana24-Nov-08 19:29 
GeneralRe: how to read the data of a comp port through asp.net page Pin
Christian Graus24-Nov-08 19:33
protectorChristian Graus24-Nov-08 19:33 
QuestionSecurity Trimming Enabled Pin
kenexcelon24-Nov-08 10:56
kenexcelon24-Nov-08 10:56 
GeneralRe: Security Trimming Enabled Pin
Guffa24-Nov-08 13:57
Guffa24-Nov-08 13:57 
GeneralRe: Security Trimming Enabled Pin
kenexcelon24-Nov-08 14:19
kenexcelon24-Nov-08 14:19 
QuestionDynamically adding controls to a page Pin
gantww24-Nov-08 10:39
gantww24-Nov-08 10:39 
AnswerRe: Dynamically adding controls to a page Pin
Christian Graus24-Nov-08 10:52
protectorChristian Graus24-Nov-08 10:52 
GeneralRe: Dynamically adding controls to a page Pin
Mike Holpuch18-Dec-08 9:03
Mike Holpuch18-Dec-08 9:03 
QuestionHow to set password to my database.mdf in App_Data folder? Pin
god4k24-Nov-08 6:42
god4k24-Nov-08 6:42 
AnswerRe: How to set password to my database.mdf in App_Data folder? Pin
Christian Graus24-Nov-08 8:56
protectorChristian Graus24-Nov-08 8:56 
GeneralRe: How to set password to my database.mdf in App_Data folder? Pin
god4k24-Nov-08 16:01
god4k24-Nov-08 16:01 
GeneralRe: How to set password to my database.mdf in App_Data folder? Pin
Christian Graus24-Nov-08 16:45
protectorChristian Graus24-Nov-08 16:45 
QuestionDisable a page similiar to the ModalPopupExtender (non javascript) Pin
playout24-Nov-08 6:10
playout24-Nov-08 6:10 
AnswerRe: Disable a page similiar to the ModalPopupExtender (non javascript) Pin
Christian Graus24-Nov-08 9:49
protectorChristian Graus24-Nov-08 9:49 
QuestionLoose Coupled Architecture Pin
altctrlnick24-Nov-08 5:40
altctrlnick24-Nov-08 5:40 
Can anyone give me suggestions on the following

I need to put in place an architecture which has the following prime features

Assume Company X's IT Team A

1) Team A has many .NET projects lined up, Web, Windows, Services, WPF etc..
2) For Web based projects... Team A requires the same look and feel for all projects.
3) Requirement : UI elements such as Master pages, js , css etc should not be copied over to every new project(No duplicate copies in each project)
4) Requirement : There should be a central repository kind of project/files/ etc.. which will serve as UI framework for all projects
5) Requirement : Data Access for all projects should also be driven by the same concept. One project drives data to all other projects

For Data I can think of a Service. I am just not sure of how to get the architecture for the UI as mentioned above,

Can someone recommend me what is the best approach.

Thank You

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.