I have a few required field validators and an email validator in my create user wizard.
I have a big image at the right hand side of the same page which has a text like this
-"PLEASE CHECK THE RED ASTERIC*" (creater user wizard is at the left of the page and
the image which says the previous text is at the right hand side of the page). I want to call this image when there is an error in
in the page whether it is a required field error or an email error.
Is there any way I can do this?
Loading
r pPosted Nov 21, 2008, 4:30 AM
Thanks
Satish KathiPosted Nov 18, 2008, 5:39 PM
Yes you can do this with Validation summary control
Don’t place the image on the page
Place the validation summary control where you want to show the image
And set the HeaderText to the Image i.e
Hope this Helps
Kirtan PatelPosted Nov 18, 2008, 4:05 PM
and make RequireField Validors Text Propertie to
Image Tag of HTML
Like below
So it Will Show Image when Error is there
Happy Coding :)