P
Peter
ASP.NET 2.0
How do I change CompareValidator ErrorMessage text with JavaScript or on the
ClientSide at runtime?
I have tried the following but it has no effect
document.getElementById('MyCompareValidator').errormmessage = "New Error
Message";
Thanks
Peter
How do I change CompareValidator ErrorMessage text with JavaScript or on the
ClientSide at runtime?
I have tried the following but it has no effect
document.getElementById('MyCompareValidator').errormmessage = "New Error
Message";
Thanks
Peter