T
turboJeeper
I have a form with 16 fields, 10 of which use the
RequiredFieldValidator controls. I want to display a custom message
when the validation fails. However, all the validators have
ClientScript enabled so there is no postback.
What can I hook into on the client side to execute other client side
script (eg. show a hidden label or popup) if validation fails?
RequiredFieldValidator controls. I want to display a custom message
when the validation fails. However, all the validators have
ClientScript enabled so there is no postback.
What can I hook into on the client side to execute other client side
script (eg. show a hidden label or popup) if validation fails?