Display both jQuery validation summary and individual error messages
- by hb79
Hi,
I'm using jQuery validation in ASP.net MVC. I would like to show validation summary and also individual error messages besides the control. I can do either one at a time. So it would be really helpful to know how can I display both.
Thank you.