Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best option for modal screens in ASP.NET

I'm looking for the best way to implement a modal popup in ASP.NET of another ASP.NET page. I'm coding for Firefox 2.x+ and can use JQuery, but I'm not very familiar with it.

I see a lot of solutions that use "AJAX", but I'm not sure in what context, so I haven't gone down that route.

like image 686
Caveatrob Avatar asked Dec 30 '22 04:12

Caveatrob


1 Answers

I'm using the jQuery UI Dialog plugin. Works very well. Documentation for the plugin can be found at http://docs.jquery.com/UI.

like image 196
tvanfosson Avatar answered Jan 08 '23 01:01

tvanfosson