Validation Cancellation

  • Thread starter Thread starter shail
  • Start date Start date
S

shail

I have a form in which a Control has Required Field
Validator. When I try to push other buttons instead of
submit button then also the Validator works. I want to
stop this behaviour how could I do it
 
If you are using a Button Web Control, set the "CausesValidation" property
to False.

Cheers
Ken

: I have a form in which a Control has Required Field
: Validator. When I try to push other buttons instead of
: submit button then also the Validator works. I want to
: stop this behaviour how could I do it
 
Back
Top