validation summary doesnt display when there's client-side validation

  • Thread starter Thread starter Libs
  • Start date Start date
L

Libs

I have a custom validator that validates a numeric field,
txtField, that allows for thousand separators. I also
placed a validation summary so that it would display the
error msgs of all my validation controls.

As I tab out of txtField (that contains an invalid input)
the validation summary doesnt show up, until the page is
posted back.

Any ideas why this happens?

thanks,
Liberty
 
Back
Top