Does anyone know the way i can do similar to Page_ClientValidate in a way that not all of the controls on the page will be validated against? i.e. how i can just validate a particular custom validator is valid?
Does anyone know the way i can do similar to Page_ClientValidate in a way
Share
You can specify a ValidationGroup to group your controls. Then specify that string to the Page_ClientValidate function like so