Reputation: 2361
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
Upvotes: 0
Views: 2559
Reputation:
Did you put the ASP.NET user control inside the which is the jQuery popup successfully?
Upvotes: 0
Reputation: 12399
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.
Upvotes: 3