Clicking a link would open a List page in a jQuery Dialog popup. From this page, I would like the ability to Add (one jQuery Dialog) a record and also edit the record (another jQuery Dialog) with validation. I'm not sure how to handle multiple popups with Ajax posts that actually call the add/edit function. I'm working with ASP.NET MVC 2.
Looking for code samples or links to relevant tutorials--haven't been able to find anything with add/edit capability.