Validators and other controls
-
on page i have requiredfield validatorss and buttons, how could i set up, if i click button1 let validators check textboxes, if i click button2, Validators do no action? it is a form, like i add some data to grid , at the bottom of the page, there is a SAVE button, i click the save button , Validators show error messages
-
on page i have requiredfield validatorss and buttons, how could i set up, if i click button1 let validators check textboxes, if i click button2, Validators do no action? it is a form, like i add some data to grid , at the bottom of the page, there is a SAVE button, i click the save button , Validators show error messages
greekius@hotmail.com wrote:
on page i have requiredfield validatorss and buttons, how could i set up, if i click button1 let validators check textboxes, if i click button2, Validators do no action?
Make the causevalidation property of the button 2 to false.
Apurva Kaushal
-
greekius@hotmail.com wrote:
on page i have requiredfield validatorss and buttons, how could i set up, if i click button1 let validators check textboxes, if i click button2, Validators do no action?
Make the causevalidation property of the button 2 to false.
Apurva Kaushal