How can cancel a validator

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I am use a RequiredFieldValidator to valid a Text box, and there are two
Buttons on the forms,
one for OK and one for Cancel, both are Asp.Net controls.

When a user press Cancel to cancel the input, the RequiredFieldValidator
also require user must enter the value.

How can I do?
 
Back
Top