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
In case of an updatepanel and a button inside a FormView-Template I use the following approach:
This cancels a following postback if currently a async postback is still active. Works perfectly.