overriding client side form validation to enable reset

  • Thread starter Thread starter Bryan
  • Start date Start date
B

Bryan

im working on this project in asp.net using vb as the language.

im building a form, and i have a bunch of validators.

problem is, when i attempt to clear the form, by manually clearing fields,
or even redirecting to the same page, the validators pipe in and stop the
submission of the server command. ive tried setting the isValid property to
True, as well as a few other things. i can't seem to get it.

help anyone?

thanks in advance?
bryan
 
Hi Bryan,

I think if you want help, you should send "some" code, if you cannot solve
it with that code, how could we help you without it.

And please paste it first in a notepad, cut it out again and paste it in the
message, otherwise it is difficult to read.

Cor
 
Back
Top