How do you prevent a validation control from validating data at the client end?
Jhaon Pitter
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.