A couple of approaches: Write a RequiredFieldValidatorImage custom/user control - the normal one derives from Label, so you can't display an image in it. Use a CustomValidator or derived class that hides or shows an image in the validation javascript. -- Ian Darling