Multiple choice technology web 2.0

How to disable client side script in validators?

  1. Set EnableClientScript=true

  2. Set EnableClientScript=false

  3. Can’t do

  4. none of above

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

Setting the EnableClientScript property to false disables client-side validation in ASP.NET validator controls, forcing evaluation to occur only on the server. Setting it to true keeps client-side validation active, which is the default behavior.