Is it okay to do something like this:
ControlToValidate="control1 control2 control3"
Or is it a 1:1 only.
I'm thinking how it's possible to do it with CssClasses, but not sure if the same applies to ControlToValidate.
CssClass="class1 class2 class3"
Thank you!