I have read here that all ASP.NET validators have a property called: isvalid which can be used in the client side. However, I hav tried to access this property in the client side as following but with no luck: alert(document.getElementById("validator_clientID").isvalid);
Do you have any idea why this is not accessible?
Your help is appreciated. Thanks!