Click here to Skip to main content
15,909,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to bypass ISA Server programmatically? Pin
just3ala228-Jul-09 8:02
just3ala228-Jul-09 8:02 
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 
Thanks Jeremy.
I tried to provide my question with an example.

I have a scenario where I have to display a view with around 30 fields(some are textboxes and some are Dropdowns) and the Business Object to represent the entity would be something like:
[CODE]
Parent
{
PField1
PField2
.
.
.
.
PField19
PField20

List<Son> Sons;
List<Daughters> Daughters;
}

Son
{
SField1
SField2
SField3
}

Daughter
{
DField1
DField2
DField3
DField4
DField5
}
[/CODE]


Am capturing/displaying the whole business entity in a single view.

Now the user can change the base fields of a parent or change the fields of a son/daughter.

Now how should I handle the change events for each field in the view, should I delegate the change events to the Presenter and then let presenter update the view. This requires to define 22 events in the View and then 22 delegate events in view and 22 event handlers in the presentation layer.

Somehow am not having a good feeling about this design.

Can you please advise?

Regards,
Cybernate

modified on Tuesday, July 28, 2009 4:01 PM

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 
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 

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.