RequiredFieldValidator question

  • Thread starter Thread starter Vic
  • Start date Start date
V

Vic

Hi all.

Is is possible to somehow connect a RequiredFieldValidator to an image, so
instead of the RequiredFieldValidator's text, an image would appear?

Thanks in advance.
 
Thanks for your help -- it seems to work.

Craig Deelsnyder said:
I believe you can. I've used <BR> and <B> tags in the ErrorMessage
before, but that was in 1.0. Don't know if 1.1 changed that at all,
wouldn't expect it to....

Try using the <img> tag in the ErrorMessage and see what happens....
 
Back
Top