ASP.NET validators error message in client-side JavaScript

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-05-20T02:16:10Z Indexed on 2010/05/20 2:20 UTC
Read the original article Hit count: 307

Hello,

The error message that gets added to the validation summary when the form is invalid I need to get access to in client-side JavaScript. How do you access the actual message? My page doesn't have a ValidationSummary present, and Page_Validators[0].errormessage is *. Where is the message?

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript