Multiple choice technology programming languages What attribute must be set on a validator control for the validation to work ? Validate ValidateControl ControlToBind ControlToValidate Reveal answer Fill a bubble to check yourself D Correct answer Explanation ControlToValidate attribute specifies which control should be validated by the validator control. This is a required attribute for validator controls to work properly in ASP.NET.