Upgrade xVal.WebForms 0.1 to use xVal.1.0 (Validation Summary Support)
Recently I found out about xVal.WebForms project at CodePlex.com . Its a good implementation of XVal for ASP.Net WebForms made by John Rummell.
I missed Validation Summary support so I upgraded John’s code so it could work with XVal 1.0.
I submitted two patches modifying ModelValidator.cs and …