Is there a way that I can execute a Javascript function after the client side validation occurs in asp.net?
I have a couple validation controls on a page and an input button with CausesValidation=true. The OnClientClick handler executes Javascript before the validation runs, but i want to run some functions afterwards.
Is this possible?