reset button and validation controls

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

I've done a search and haven't seen any consensus on how to best handle a
form reset and ASP.Net validation controls. Basically, because of the
one-form constraint in ASP.Net I've written a little JS routine to clear
form fields. Now I need to also reset any validation controls. What's the
best way to do this?

Thanks.
 
there is no supported method, you will just have to hide the message in
javascript (view the validation source code - its pretty simple).

-- bruce (sqlwork.com)
 
Back
Top