User1888916955 posted Hi,
I am creating a webform thru xslt. There are no of textboxes and and reqfield validators , range validators etc inthe web form. All other controls are also working fine. All the validations for the requiredfield validator, range validator works fine.. Only
the custom validator is not working .. OnServerValidate ="test" does not fire for the custom validator.
This is the xslt
User1806792307 posted
A classic problem is that you test it with a blank textbox. WHen the ControlToValidate property is assigned, the customvalidator only fires if the textbox has text. If you need to test for that case, do not assign anything to ControlToValidate. Instead, use
the actual name of the control in the evaluation function.
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM