Posted on: 8/16/2009 8:47:00 AM | Views : 824

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

Go to the complete details ...