Simple ASP.Net MVC 1.0 Validation
- by Mike
On the current project we are working on we haven't upgraded to MVC 2.0 yet so I'm working on implementing some simple validation with the tools available in 1.0.
I'm looking for feedback on the way I'm doing this.
I have a model that represents a user profile. Inside that model I have a method that will validate all the fields and such. What I…