What techniques are being used to pass MVC ModelState validation errors back to the client when usin

Posted by Jon Erickson on Stack Overflow See other posts from Stack Overflow or by Jon Erickson
Published on 2009-10-02T23:25:55Z Indexed on 2010/06/09 16:52 UTC
Read the original article Hit count: 280

I'm sort of thinking out loud here, so let me know if I need to clarify...

on ajax heavy sites, when using JsonResult to pass information back to the client, what techniques, patterns, best practices are being used to pass ModelState validation errors back to the client?

I am using xVal and castle validation on my view models, is there some sort of standard to get jquery validate to display errors coming from ajax responses?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about validation