Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

Adding Data Annotations to Inherited Class

c# data-annotations

How to add data annotations to partial class?

Server-side validation of a REQUIRED String Property in MVC2 Entity Framework 4 does not work

Asp.Net MVC EnableClientValidation doesn't work

Is it possible to use Data Annotations to validate parameters passed to an Action method of a Controller?

ModelState.IsValid vs IValidateableObject in MVC3

Mark a field "Read Only" with Data Annotations

Can I check modelstate without modelbinding?

@Html.EditorFor How to make attribute type="email"

Rendering a <textarea /> using data annotations

Using BootstrapValidator with MVC DataAnnotations

Entity Framework Data Annotations equivalent of .WillCascadeOnDelete(false);

TDD: What is best practice to test DataAnnotations in ASP.NET MVC 3?

DataType vs UiHint

Range annotation between nothing and 100?

ReadOnly attribute doesn't work in ASP.NET MVC Models

MVC DataAnnotation Accept No Spaces

Client form validation not working with modal dialog in MVC

Where is the whole list of default error messages for DataAnnotations at MVC 3

MVC data annotation to compare one property to another?