prady k

prady k

  • NA
  • 2
  • 0

OnServerValidate not firing for custom validator

Mar 12 2007 3:04 PM
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 I am checking page.validate on Page load if (IsPostBack) { Page.Validate(); } Could any help me find out what could be the reason the server side function is not working Thanks Prady