Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable Validator

Status
Not open for further replies.

Eli20

Programmer
Oct 30, 2003
119
MX
hi, i have a web form in c#, im using a Required field validator to make sure one of my textboxes is not empty when i push a button, but if i push another button i dont want it to validate... does anybody know how to do it?

thank you

Eli
 
You set the CausesValidation property of the button to false.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top