Complex User Interface -> MVC pattern

Posted by glenn.danthi on Stack Overflow See other posts from Stack Overflow or by glenn.danthi
Published on 2010-03-25T07:13:49Z Indexed on 2010/03/25 7:23 UTC
Read the original article Hit count: 363

Filed under:
|

I have been reading a lot on MVC/MVP patterns.... I have a simple question....If you have a view with loads of controls....say 10 texboxes and 10 checkboxes....etc etc... Am I expected to specify the properties and events each one of them in my IView interface?....

© Stack Overflow or respective owner

Related posts about c#

Related posts about mvc