I need to display a popup window when a user clicks a hyperlink on a page. The popup needs to display an ASP.NET gridview control, so I may need a little AJAX so I can query the server for datasource depending on which hyperlink the user clicks.
Does something in the jQuery API pretty much fit my needs? Or, a good plugin?
In jQuery UI you have the window plugin. Check the examples here