Posted on: 8/24/2009 6:43:00 AM | Views : 891

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 IDataErrorInfo interface. public interface IDataErrorInfo{    // Properties    st ...

Go to the complete details ...