Multiple choice technology programming languages

Name two properties common in every validation control

  1. ControlToValidate property and Text property

  2. CompareTovalidate and ControlTovalidate

  3. CompareToValidate and Text Property

  4. CompareToValidate and ID property

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

All validation controls in ASP.NET Web Forms require the ControlToValidate property to specify which input control should be validated. The Text property is used to display the error message when validation fails, making these two properties fundamental to any validation control's functionality.