Wednesday, March 30, 2011

asp.net mvc & popup dialogs

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

From stackoverflow
  • 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.

  • I like lightBox

  • 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.

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

0 comments:

Post a Comment