Daily Archives: November 27, 2008

Validation in ASP.NET MVC – part 2: custom server-side validation Comments Off

This is a post in a series of posts. See also: Validation in ASP.NET MVC – part 1: basic server-side validation In the first post of this series, I showed how you can perform basic server-side validation on your model with help of the Castle Validator component. To summarize this post: the controller validates an [...]