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
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
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
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