MVC LOB application
- by João Passos
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.