Multiple choice technology programming languages Which of these Validation Controls does not have Control to Validate property? RequiredFieldValidator CustomValidator RangeValidator ValidationSummary Reveal answer Fill a bubble to check yourself D Correct answer Explanation ValidationSummary does not validate a specific input control itself, but instead displays a summary of errors from all page validators; hence, it lacks the ControlToValidate property. Other options validate individual inputs and require it.