I am having trouble accessing the error message added to the validation summary in client-side JavaScript when the form is invalid. How can I retrieve the actual message? Unfortunately, my page does not contain a ValidationSummary and I attempted using Page_Validators[0].errormessage
with no success. Where can I find the error message instead?
Appreciate any help on this matter.