Hello Friends,
Recently I required to disable server validation control (RequiredFieldValidator, CompareValidator, CustomValidator, RangeValidator, RagularExpressionValidator, etc) from clientside/ Javascript.
There are few patches to accomplish the requirement by I liked an approach which is perfect for ClientSide handling.
ValidatorEnable is a javascript mathod lying at asp.net framework javascriptscript
Thanks
Recently I required to disable server validation control (RequiredFieldValidator, CompareValidator, CustomValidator, RangeValidator, RagularExpressionValidator, etc) from clientside/ Javascript.
There are few patches to accomplish the requirement by I liked an approach which is perfect for ClientSide handling.
ValidatorEnable is a javascript mathod lying at asp.net framework javascriptscript
ValidatorEnable(document.getElementById(myVal), Status);
Thanks
No comments:
Post a Comment