Is there a way for me to be notified when my ASP.NET form validation is successful so I can subscribe to that event?
Here's the situation: When a user clicks a button on a payment form, I want to display a message saying "processing," but only if the form has been successfully validated.
I am currently utilizing native ASP.NET form validation for this process.