gregburningham
Programmer
Hi
I am trying to conditionally display a label on screen if validation has failed on a form. For instance if a field has not been correctly entered a Summary Validator shows that field as invalid.
I would also like to display a label on the page if the field is invalid. I have tried forcing validation in the Button Save event with Page.Validate() - then tried to use the if page.isValid check - but to no avail....
Anyone got any ideas ?
Thanks
Greg B
I am trying to conditionally display a label on screen if validation has failed on a form. For instance if a field has not been correctly entered a Summary Validator shows that field as invalid.
I would also like to display a label on the page if the field is invalid. I have tried forcing validation in the Button Save event with Page.Validate() - then tried to use the if page.isValid check - but to no avail....
Anyone got any ideas ?
Thanks
Greg B