The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Disable an ASP.NET button during PostBack with AJAX loading background image
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Vithal WadjePosted Oct 21, 2014, 2:22 PM
very useful Brian keep it up
cnelson1Posted Jun 6, 2013, 7:08 PM
was the alert message <text>alert('isValidationOk ' isValidationOk);</text> left in by accident?
Former memberPosted Oct 2, 2012, 6:59 AM
this is really nice artice <br/> http://www.dotnetpools.com/Article/ArticleDetiail/?articleId=25&title=Disable All Controls On Postback Using Jquery In Asp.net
danny droreditedPosted Nov 23, 2009, 3:43 AMEdited Jan 16, 2013, 5:17 AM
thanks for the code, very interesting stuff, especially with the image button...
Ravi SinghPosted Oct 30, 2009, 2:42 AM
Hi Nice article but can we do the same for Image Button in which can we change the image url "Processing image" some like. Thanks Ravi [email protected]
PontusPosted Oct 22, 2009, 2:19 AM
Just create a onClientClick event and set the button to Enabled=False. When your postback is done set your button to Enabled=True