Asp.net mvc and popup dialogs

What do people recommend for creating popups in ASP.Net MVC? I've used AJAX tooling tools and component methods in the world of web forms, and I'm looking at something with similar capabilities.

What JQUERY plugins do people like? SimpleModal, JBOX (I think this was what it was called)

Is it worth learning to pull JavaScript from the AJAX toolbox?

+1


source to share


3 answers


jqModal looks pretty cool http://dev.iceburg.net/jquery/jqModal/ - only did some short experiments that haven't been used in production yet, but supplied a toy box for my current project.



+2


source


I like lightBox



+1


source


I am using Yahoo YUI Dialog . Works really well and you can easily connect keyboard hooks like "escape" to close. It reduces the page background and is well tested in browsers.

+1


source







All Articles