🎴 Flashcard Mode

Enterprise Software and Data Technologies

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How to disable client side script in validators?

AnswerClick to flip back
A
Set EnableClientScript=false
💡 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.

Change Mode