문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top