Click to See Complete Forum and Search --> : validation controls


Limor Janah
July 9th, 2003, 09:54 AM
Hi

I'm using some validation controls in my page
and I have more then one button on this page.
I need the validation controls to work only when
a certain button is pressed, but not when the other buttons are pressed.
How do I do that?

Thanks
Limor

coolbiz
July 9th, 2003, 01:12 PM
The other buttons that you don't want the validation to work, you can set the CausesValidation property to FALSE.

-Cool Bizs

Limor Janah
July 10th, 2003, 12:29 AM
Thanks