Multiple choice technology web technology

Which of the following denote the property in every validation control?

  1. ControlToValidate property

  2. Text property

  3. Both A) and B)

  4. None of the Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Every validation control in ASP.NET requires the ControlToValidate property to specify which input control to validate. Additionally, validation controls support the Text property to display validation error messages. Therefore, both properties are found in validation controls.