0

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

2 Answers 2

3

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.

Sign up to request clarification or add additional context in comments.

2 Comments

How do I make the div popup when the button is pressed?
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
0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.