2
Reply

How do you prevent a validation control from validating data at the client end?

Jhaon Pitter

Jhaon Pitter

12y
3.2k
0
Reply

    in properties set CausesValidation to false then it will not validate

    Inside the Validator control you can use the property EnableClientScript="false", When this is set to false the control will not vaildate data at the client end.