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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.