Get validation errors of an IDataErrorInfo implemented class (C#)

This is a general requirement while developing a business application. We need to merge and show all the error messages in a page, while you hit a save button or something like that.

Individual property validation by implementing the IDataErrorInfo Class is a required for this.

Download source code

Comments