MVC LOB application

Posted by João Passos on Stack Overflow See other posts from Stack Overflow or by João Passos
Published on 2010-04-29T10:03:08Z Indexed on 2010/04/29 10:07 UTC
Read the original article Hit count: 577

Filed under:
|
|

Hi, I'm new to web development and i'm starting with a MVC project. I have a view to create a new Service. In this view, i need to have a button to show a dialog with client names (i also would like to implement filters and paging in this dialog). Once the user selects a client from the dialog, i need to populate some combo boxes in the Service View with info relative to that particular client. How can i accomplish this? If there any demo code or tutorial i can get my hands on to learn this?

Thanks in advance for any tip.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about mvc