views:

2769

answers:

2

Anyone have any experience creating a modal dialog box using AJAX and ASP.NET MVC? I am looking to create a Yes/Cancel confirmation dialog when a user deletes an item. In standard ASP.NET I could just use the ModalPopup extender, but I am not sure how to do this in MVC.

Thanks

+5  A: 

How about SimpleModal for jQuery?

Brad Wilson
That looks like it will do the trick. Thanks!
JeremiahClark
+1  A: 

I've found jqModal [for jQuery] to be very easy to work with.

Seth Petry-Johnson