Does ASP.NET Web Forms prevent a double click submission?
I’m working on an ASP.NET 4.0 Web Forms project, after a break of about 5 years, and I’m confused about the submit behaviour.
I’m working on an ASP.NET 4.0 Web Forms project, after a break of about 5 years, and I’m confused about the submit behaviour.
I’m trying to handle the submit event of a form element using jQuery.
I need to fire some custom JavaScript validation and then submit my ASP.NET using JavaScript.