disable submit button on Asp.net using Javascript when user clicks it
 How to disable Submit button in Asp.net. Following script will disable the submit button when you click on it so user can not click it again and again. Register following javascript on page load event on which your submit button is. btnSave.ClientID is the button you want to disable when user clicks on it. [...]
