Search code examples
asp.netvalidationclient-side-validation

ASP.NET validation: gathering information from client-side validation


I'd like to implement ajax message box that will gather information from validators on a page when client-side validation fires. Like: I have left some text fields blank then press submit button and appropriate RequiredFieldValidators show messages. I would like my message box shows those messages too. I am looking for appropriate way to hook on validators JS event or something.

Thanks!


Solution

  • Would something like this fit the bill?

    http://wiki.asp.net/page.aspx/308/validationsummary/