Discover a new way to find and share stories you'll love… Learn about Reading Desk

Post Profile



Form validation with ASP.NET MVC using the IErrorDataInfo interface

As I already shown in my previous article Form validation with ASP.NET MVC. In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IErrorDataInfo interface. public interface IDataErrorInfo{    // Properties    st
read more

share

A sample on Asp.Net MVC Model Validation using DataAnnotations and ModelValidators

Programming / Windows Development : CodeProject (2 years ago)

This Article gives information to the reader on how flexible is Asp.Net MVC validation framework for complex validations on the form, also explains little bit on how ModelMetadata is created internally using provider model. Article ... Read Post

Form validation with ASP.NET MVC using the IDataErrorInfo interface

Programming / Windows Development : CodeProject (4 years ago)

As I already shown in my previous article Form validation with ASP.NET MVC. In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IDataErrorInf... Read Post

Form validation with ASP.NET MVC using IErrorDataInfo Interface

Programming / Windows Development : CodeProject (4 years ago)

In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IErrorDataInfo interface. Read Post


Copyright © 2011 Regator, LLC