Sorry for the late reply.
That is what i had to do. Used "clientValidati onFunction" property. Read somewhere on net that all validators do not cause post back except a custom validator. Hence i tried client validation using Javascript to avoid post back and it worked fine. Below is the JS Function.
Code:
function CustomVal_ClientValidate1(source, args) { var pcdata
Leave a comment: