Validator Enable/Disable in Asp.net using Javascript
You can enable/disable validators using javascript as follows:
ValidatorEnable(document.getElementById(‘<%= rfv.ClientID %>’), false);
First argument is id of validator, second argument is to enable pass “true”, else pass “false”.
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Recent Comments