Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

WPF Binding : Use DataAnnotations for ValidationRules

How does DataAnnotations really work in MVC?

ASP.NET MVC ModelMetaData: Is there a way to set IsRequired based on the RequiredAttribute?

How can I make a DateTime model property required?

Model Validation to allow only alphabet characters in textbox

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?