I want to show a Jquery blockUI when I click an asp:button that triggers a serverside function.
When the function ends, I want to do the unBlockUI.
Is this possible? If so, can I have an example, cause I’m not an Ajax specialist.
Thx!
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.
Encosia has an excellent sample at http://encosia.com/2008/10/04/using-jquery-to-enhance-aspnet-ajax-progress-indication/ that describes how to do this using an UpdatePanel.
You can find a sample using jQuery ajax, ASP.NET and blockUI here: http://www.dotnetcurry.com/ShowArticle.aspx?ID=391