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
Set the Button property UseSubmitBehavior to false. Then create an OnClientClick function that disables the button. It would look something like this:
fastest cheapest way: