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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top