News

The Microsoft ASP.NET MVC Framework has been getting talked about more and more lately. The power and flexibility of ASP.NET MVC allows for developers to use libraries other than those include in ...
Adding Client-Side Validation in ASP.NET MVC 3 By having your data annotations implement the IClientValidatable interface, you can make it easy for developers to integrate your client-side validation ...
In your ASP.NET MVC controllers, you probably begin any Action method that accepts data from the user by checking the ModelState class’s IsValid property. This property returns false if ASP.NET MVC ...