Multiple choice technology web 2.0 How to disable client side script in validators? Set EnableClientScript=true Set EnableClientScript=false Can’t do 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.