Customizing validators

  • Thread starter Thread starter Frédéric Mayot
  • Start date Start date
F

Frédéric Mayot

Hi,
I would like to create custom validators to change one little thing :
I want the ErrorMessage to be displayed only in the validation summary while
I just want an image or another text to be displayed where the control
positionned in the HTML code. In other words, I would like to specify two
different messages : one for the control, one for the summary.
What should I do ?
Do I need to rewriter all the Render functions of the validation controls ?
THanks.
Fred
 
You can do what I have done which is to edit the webvalidation javascript
file to give you this functionality
 
Back
Top