My asp.net form is throwing errors relating to an incorrect model, but on the page it's not showing me what model field threw the error. I'd like to Debug.WriteLine all errors in the ModelState but am unsure how to go about it. Any ideas?
@Palantir - haha thanks, I was using Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.") ... didnt know it had several overloads
Chris Klepeis
2010-06-29 14:11:16
Yeah, I can't believe Html.ValidationSummary(true)! what the hell is the point in that? false means it should be displayed... good one
BritishDeveloper
2010-06-29 14:28:40