Community

Perform Multi-Field Validation Using Custom Data Validation Attributes

(Bipin Joshi) Data annotation based validations validate one property at a time. For example, if you decorate CustomerID property of a class with [Required] data annotation attribute, it validates only the CustomerID property.

Read More - Register for Free Membership