J
Jennifer Mathews
I there anyway to disable a validation control from JavaScript?
In Code-Behind, it is easily done with:
myValidationControl.Enabled = false;
Is there anyway to do this from JavaScript?
Thanks
In Code-Behind, it is easily done with:
myValidationControl.Enabled = false;
Is there anyway to do this from JavaScript?
Thanks