Hi
Using ASP.NET 3.5 and jQuery UI.
When a user clicks the "Search" button, a User Control, containing a search form, should be displayed in a jQuery UI Dialog (popup).
How can this be done?
Thanks in advance
Hi
Using ASP.NET 3.5 and jQuery UI.
When a user clicks the "Search" button, a User Control, containing a search form, should be displayed in a jQuery UI Dialog (popup).
How can this be done?
Thanks in advance
You could simply put the ASP.NET user control inside the <div>
which is the jQuery popup. I've done this countless times and it works fine.