Cancel the error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all,

I've got an ASP.NET that has a required field validator on it. If the user
presses cancel how do I clear all the error messages thru my code. Kinda of
like reset effect?

thanks,
rodchar
 
It depends on the way you are displaying all the error messages to the user.
Post some code and things will be a lot clearer :)

Cheerz
IM
 
I'm using the Validator summary control.

Iain Mcleod said:
It depends on the way you are displaying all the error messages to the user.
Post some code and things will be a lot clearer :)

Cheerz
IM
 
"rodchar" <[email protected]>'s wild
thoughts were released on Thu, 7 Oct 2004 13:47:02 -0700
bearing the following fruit:
Hey all,

I've got an ASP.NET that has a required field validator on it. If the user
presses cancel how do I clear all the error messages thru my code. Kinda of
like reset effect?

Have you set the CausesValidation property to False on the
Cancel button?



Jan Hyde (VB MVP)
 

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

Similar Threads


Back
Top