When a user pressing the Submit program the form validates the data before submitting using the standard .NET generated validation routines. Once validated the form is posted to the server and a confirmation screen is returned to the user
This can take time which allows the user to press the submit button over and over again.
I've tried disabling the button as soon as its clicked but this appears to cancel the post to the server!!
Any ideas on how to prevent the user from submitting the form twice?
This can take time which allows the user to press the submit button over and over again.
I've tried disabling the button as soon as its clicked but this appears to cancel the post to the server!!
Any ideas on how to prevent the user from submitting the form twice?