2
Reply

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

Jhaon Pitter

Jhaon Pitter

May 16, 2012
3.2k
0

    in properties set CausesValidation to false then it will not validate

    syamala m
    August 16, 2012
    0

    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.

    roji e
    May 23, 2012
    0