ASP.NET Form validation - success event in JavaScript? -


i subscribe whatever event fired when asp.net form validated successfully.

here scenario: on click of button on payment form, want show message 'processing,' want show button when validated succesfully.

i using native asp.net form validation.

i don't think built in validators expose such events. use customvalidator , provide onclientvalidate method combine validation you're looking ui changes desire.


Comments