Hide a submit button when clicked and show loading message using jQuery and asp.net
This is a nice feature to add to your forms. One of the main reasons you might want to hide a submit button and display a message to the user is to stop them from clicking the button again which, depending on your code, could duplicate a request on the...