views:

2147

answers:

3

What do people recommend for creating popup's in ASP.Net MVC? I have used the ajax toolkit and component art's methods in the web forms world and am looking something with simillar capability.

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

Is it worth exploring pulling out the javascript from the ajax toolkit?

Thanks,

Josh

+2  A: 

jqModal looks pretty cool http://dev.iceburg.net/jquery/jqModal/ - have only done some brief experiments, not used in production yet, but have put in the toybox for my current project.

seanb
+1  A: 

I like lightBox

Todd Smith
+1  A: 

I'm using Yahoo's YUI Dialog. Works pretty well, and you can easily hookup keyboard hooks like 'escape' to close. It dims the background of the page and is well tested across browsers.

Simon_Weaver
Never looked at Yahoo's JS offerings but seems like a lot of people use them.
JoshBerke