J
jamesd
I have a user control that has some simple textboxes. The user control
is placed into a regular webform with a submit button on it.
When the submit button is clicked, the form is posted to the server.
The user control contains some code to SERVER SIDE validate one of the
textboxes.
IF the validation fails, i want the parent web form to know about it,
and display a message on the screen.
I know this is easy if I use client side validation, but it does not
seem to work for server side validation. Any suggestions?
is placed into a regular webform with a submit button on it.
When the submit button is clicked, the form is posted to the server.
The user control contains some code to SERVER SIDE validate one of the
textboxes.
IF the validation fails, i want the parent web form to know about it,
and display a message on the screen.
I know this is easy if I use client side validation, but it does not
seem to work for server side validation. Any suggestions?