vote up 0 vote down star

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

flag

3 Answers

vote up 3 vote down check

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.

link|flag
How do I make the div popup when the button is pressed? – Tommy Jakobsen Jul 4 at 16:26
set it's style:display='none' in the HTML and I've been using the simplemodal plugin to show the popups: ericmmartin.com/projects/simplemodal – marcc Jul 4 at 16:33
vote up 0 vote down

Do you have any idea how to make this on demand?

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.