I have several required text fields with RequiredFieldValidators on my web page. With a validation group for the resume and several classes around it (div's, in the text box itself)
I found many examples of how to do this, but none of them have a validation group. If I add a validation group, the background color will not change; if I remove the Validationgroup, the background color will be changed, but the summary will not show any errors.
I tried with jQuery and C # still not have the result, does anyone have a working example or link? I prefer customer permission for optimization reasons.
Thanks in advance.
source share