Quick question:
I have multiple RequireFieldValidators on my aspx page.
On the backend (C#) I want to be able to tell which control specifically wasn't valid so I can apply a style to that control. I use the Page.IsValid method to see if the overall page passed validation but I need to know specifically which one control failed.
Thanks.