1119Software EngineeringMedium
How do you disable client side validation?
ASet the inherits property to codeb
BSet the language property to C#
CSet the ClientTarget property to Downlevel
DSet the Runat property to server
Correct answer
C. Set the ClientTarget property to Downlevel
Explanation
The correct answer is Set the ClientTarget property to Downlevel.