bslezak
October 2nd, 2003, 08:33 PM
Can anyone help me figure out why client validation refuses to work for me? I am following examples word for word and have server-side validation running fine, but my customvalidator refuses to fire client validation. I'm using a very simple java function:
function ClientValidate( source, args )
{
alert("Enter Client Validation!");
}
In the ClientValidationFunction property of the CustomValidator I have:
ClientValidate
But it never happens. Server-side validation works correctly, and javascript code is running properly in the page. I can call the javascript function elsewhere and it works. ??? No idea what I'm missing here. Has anyone else worked with this successfully?
Greatly appreciative,
Brian
function ClientValidate( source, args )
{
alert("Enter Client Validation!");
}
In the ClientValidationFunction property of the CustomValidator I have:
ClientValidate
But it never happens. Server-side validation works correctly, and javascript code is running properly in the page. I can call the javascript function elsewhere and it works. ??? No idea what I'm missing here. Has anyone else worked with this successfully?
Greatly appreciative,
Brian