RequiredFieldValidator with Images
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am about to utilise the RequiredFieldValidator control and wonder if it would be possible to display a small graphic instead of text?
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