mattisimo
05-18-2004, 05:28 AM
Hi,
is there a way to create a form reset button in ASP.NET that does not fire the validators?
I tried creating a button that is set to CausesValidation = False, and runs a query which resets the form values to the original state. The result of this was that the validator message appeared briefly, and then disappeared when the form values were reset.
Any ideas how to avoid this?
Thanks,
Matt
is there a way to create a form reset button in ASP.NET that does not fire the validators?
I tried creating a button that is set to CausesValidation = False, and runs a query which resets the form values to the original state. The result of this was that the validator message appeared briefly, and then disappeared when the form values were reset.
Any ideas how to avoid this?
Thanks,
Matt