Multiple choice technology programming languages

Which of these Validation Controls does not have Control to Validate property?

  1. RequiredFieldValidator

  2. CustomValidator

  3. RangeValidator

  4. 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.