Question

I know that ASP.NET MVC has good validation using Data Annotations. Is it possible to use INotifyDataErrorInfo for data validation?

Was it helpful?

Solution

No, but you could use the IValidatableObject interface. Scott Gu blogged about it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top