Click here to Skip to main content
15,914,820 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb page is not runing!!!!! Pin
zeeShan anSari28-Jul-09 7:51
zeeShan anSari28-Jul-09 7:51 
AnswerRe: Web page is not runing!!!!! Pin
zeeShan anSari28-Jul-09 8:08
zeeShan anSari28-Jul-09 8:08 
AnswerRe: Web page is not runing!!!!! Pin
Abhijit Jana28-Jul-09 8:34
professionalAbhijit Jana28-Jul-09 8:34 
AnswerRe: Web page is not runing!!!!! Pin
N a v a n e e t h28-Jul-09 15:50
N a v a n e e t h28-Jul-09 15:50 
QuestionDesign using MVP pattern Pin
Cybernate28-Jul-09 5:15
Cybernate28-Jul-09 5:15 
AnswerRe: Design using MVP pattern Pin
Jeremy Likness28-Jul-09 9:22
professionalJeremy Likness28-Jul-09 9:22 
GeneralRe: Design using MVP pattern [modified] Pin
Cybernate28-Jul-09 9:54
Cybernate28-Jul-09 9:54 
AnswerRe: Design using MVP pattern Pin
N a v a n e e t h28-Jul-09 15:55
N a v a n e e t h28-Jul-09 15:55 
AFAIK, MVP is not well suited for web-applications. It works well with stand-alone applications. You may try the MVC model. ASP.NET has a MVC framework available. Give it a try.

Cybernate wrote:
I want to propogate the change in any field to the Presentation layer. The only solution I can think of is to define 30 events!!! in the View and 30 handlers in the Presentation layer or define 30 setter methods in the presentation layer for the 30 event handlers in the view.


That is ugly. You can have only one method in the presentation layer which takes an aggregate data structure and does the UI binding. Read this[^] MSDN article which takes MVP pattern in detail.

Smile | :)


GeneralRe: Design using MVP pattern Pin
Cybernate28-Jul-09 16:21
Cybernate28-Jul-09 16:21 
Questionuser availability Pin
gora1234528-Jul-09 4:43
gora1234528-Jul-09 4:43 
AnswerRe: user availability Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:49
professionalVimalsoft(Pty) Ltd28-Jul-09 4:49 
GeneralRe: user availability Pin
gora1234528-Jul-09 5:32
gora1234528-Jul-09 5:32 
GeneralRe: user availability Pin
Vimalsoft(Pty) Ltd28-Jul-09 20:07
professionalVimalsoft(Pty) Ltd28-Jul-09 20:07 
Questionpls help Pin
jude mgbaka28-Jul-09 4:19
jude mgbaka28-Jul-09 4:19 
AnswerRe: pls help Pin
Abhijit Jana28-Jul-09 4:21
professionalAbhijit Jana28-Jul-09 4:21 
AnswerRe: pls help Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:22
professionalVimalsoft(Pty) Ltd28-Jul-09 4:22 
AnswerRe: pls help Pin
Brij28-Jul-09 4:27
mentorBrij28-Jul-09 4:27 
AnswerRe: pls help Pin
Abhishek Sur28-Jul-09 5:40
professionalAbhishek Sur28-Jul-09 5:40 
AnswerRe: pls help Pin
Christian Graus28-Jul-09 10:42
protectorChristian Graus28-Jul-09 10:42 
QuestionPaging in datalist Pin
Ersan Ercek28-Jul-09 4:13
Ersan Ercek28-Jul-09 4:13 
AnswerRe: Paging in datalist Pin
Brij28-Jul-09 4:21
mentorBrij28-Jul-09 4:21 
AnswerRe: Paging in datalist Pin
Abhijit Jana28-Jul-09 4:45
professionalAbhijit Jana28-Jul-09 4:45 
QuestionCustomizing Gridview Pin
srikantha_nagaraj28-Jul-09 3:59
srikantha_nagaraj28-Jul-09 3:59 
AnswerRe: Customizing Gridview Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:11
professionalVimalsoft(Pty) Ltd28-Jul-09 4:11 
GeneralRe: Customizing Gridview Pin
srikantha_nagaraj28-Jul-09 18:49
srikantha_nagaraj28-Jul-09 18:49 

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.