Custom Validation Attributes in ASP.NET MVC 3
In this post I will show you how to write your own custom validation attributes. In the last post I wrote about using validation attributes to validate models in an ASP.NET MVC application. Maybe you will find yourself in a situation when you need something more specific than what is supported by the standard validation [...]
