I have a few controls that inherit from ASP.NET buttons and use onserverclick.
ASP.NET buttons
onserverclick
If the user clicks twice, the button fires two server side e
Someone else said this somewhere on here a few days ago, and I concur - use javascript to simply hide the button instead of disabling it; you could show a "spinner" image in its place, which lets the user know what is going on.