I need to use asp:CustomValidator for a tool. The problem am facing is that on calling a function using the property ‘ClientValidationFunction’, the function is getting called but even a single line of javascript is not getting executed. I placed a simple alert() inside the function. Its also not executed.
Can any one please suggest a solution for this?
Thanks in advance
See the CustomValidator below:
It calls the following Javascript function below:
Hope this helps..
}