I need to know how to prevent users from submit the form multiple times and disable the submit button after it’s clicked in ASP.NET. Is it possible to add a loading animation after the button is disabled? I tried OnClientClick event to disable button but cancel the OnClick event that the page just post back without any changes. Any clue?
Share
Try this: