Nick Riggs, Web Developer

Making stuff up about web development since last week.

7 September 2010

Subscribe to our RSS feed

Currently browsing Foolproof

Client Side Model-Aware Validation

Posted in ASP.NET, Foolproof, JavaScript June 18, 2010

In a previous post, we built a model-aware validator using Foolproof for ASP.NET MVC. Now, it’s time to create the client side version because posting back sucks.

Build Model-Aware Custom Validation Attributes in ASP.NET MVC 2

Posted in ASP.NET, Foolproof April 12, 2010

Using Foolproof’s ModelAwareValidationAttribute class, you can create custom model-aware data annotations to solve any complex validation scenario

Foolproof Provides Contingent Data Annotation Validation for ASP.NET MVC 2

Posted in ASP.NET, Foolproof March 22, 2010

“MVC Foolproof Validation” is my first open source project to help bridge the gap in ASP.NET MVC Data Annotations when dealing with contingent or dependent scenarios