Which property is common to all validation controls?
Explanation
Validation controls include both the ControlToValidate property, which specifies the control to validate, and the Text property, which defines the error message displayed. Therefore, both properties are present in every validation control.