Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

How can I validate nested model?

DataAnnotations Support in Windows Forms

Validator.TryValidateProperty Not Working

Conditionally validating portions of an ASP.NET MVC Model with DataAnnotations?

Unable to set membernames from custom validation attribute in MVC2

Get error message when using custom validation attribute

How to automatically add placeholder attribute to html input type number in mvc 4?

How to get DataAnnotation Display Name?

ASP.NET MVC4: An attribute argument must be a constant expression , typeof expression or array creation expression of an attribute parameter type

Get Data Annotations attributes from model

How does one do property validation of a C# class using Data Annotations in .NET Framework 3.5?

Code first columns with type char(36)

Writing a CompareTo DataAnnotation Attribute

separate numbers by comma with asp.net mvc

Extending the MVC RequiredAttribute

Validation does not work when I use Validator.TryValidateObject

ASP.Net Mvc Fixed-Length String Data Annotation

When using Data Annotations with MVC, Pro and Cons of using an interface vs. a MetadataType