up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

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|improve this answer
How do I make the div popup when the button is pressed? – Tommy Jakobsen Jul 4 '09 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 '09 at 16:33
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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