Multiple choice technology programming languages

What attribute must be set on a validator control for the validation to work ?

  1. Validate

  2. ValidateControl

  3. ControlToBind

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