Hi,
Is it possible with the standard .Net field validators to change the style on the textfield, in which the error occures?
If I e.g. have a field phonenumber which needs to be filled out, it should create a red border around the textfield on submit, if the field is not filled.
Hopefully this can be done with the standard controls so I don't need to recode it using e.g. jQuery Validation plugin etc.
-Dofs