required field validator doesn't show message on server validation

  • Thread starter Thread starter z. f.
  • Start date Start date
Z

z. f.

Hi,

i have a field with required field validator.
on the client side it's working.
when i submit without the required field the page gets back because of not
valid, but the message from the validator is not shown!

what is wrong?

TIA, z.
 
Hi z.f:

If you can post the code you are using in a small sample someone an
probably see what is going wrong.
 
To show the error message in the summary you have to set the ErrorMessage
property - setting the Text property only shows the client-side message (if
I am not mistaken) ...
 
Back
Top