How to change the error message for ASP.NET custom validator using javascript (client-side validation)?
I know that we can easily change it using server side function i.e
customvalidtor1..ErrorMessage = "Error"
This will change error message for CustomValidator. How can we do same using client-side function? I have tried hard but did not find any answer.....
i have tried and it works fine for me.here is a simple solution for this problem
$(source).text("* Not a NA Phone #");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With