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
Instead of hiding, what I have done is swapping buttons using javascript. Show another greyed out image on the click of the first button.