Using the jQuery UI Library in a MVC 3 Application to Build a Dialog Form
- by ChrisD
Using a simulated dialog window is a nice way to handle inline data editing. The
jQuery UI
has a UI widget for a
dialog window
that makes it easy to get up and running with it in your application. With the release of ASP.NET MVC 3, Microsoft included the jQuery UI scripts and files in the MVC 3 project…