Disable buttons when performing an Ajax.NET Postback
Recently I have been having trouble with a new system that went live a few weeks ago with users getting impatient with ajax postbacks and deciding that spamming the buttons will make things go faster…
Needless to say I was getting lots of exceptions in my elmah log. =(
However over on Encosia.com Dave Ward has got a pretty awesome server control called PostBack Ritalin that will disable all or specific buttons on any page when an Ajax.NET postback starts.
It has quite a few cool features such as wait text, wait images, multiple panel update management and it works with .NET 4 & 3.5.
Happy Ajax.NET coding! =D
