Tommy Jakobsen
Tommy Jakobsen

Reputation: 2361

ASP.NET user control in jQuery UI dialog on button click

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

Answers (2)

user174343
user174343

Reputation:

Did you put the ASP.NET user control inside the which is the jQuery popup successfully?

Upvotes: 0

marcc
marcc

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

Related Questions