Validation Summary for Lists using Data Annotations with MVC
- by David Liddle
I currently use a custom method to display validation error messages for lists but would like to replace this system for using with Data Annotations.
In summary on validation of my form, I want to display "*" next to each input that is incorrect and also provide a Validation Summary at the bottom that relates each error message to the particular…