Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

Knockout JS + Sending to MVC 3

In MVC 3, I can't get @Html.DisplayFor to render a formatted string

DisplayFormat.DataFormatString for a phone number or social security number

MVC 4 - DataAnnotations - Validation for Type

F# int.MaxValue is "not a valid constant expression," but System.Int32.MaxValue is?

.net f# data-annotations

.NET MVC Custom Date Validator

ASP.NET MVC, Linq to SQL Data Annotation Validation

asp.net data-annotations

@Html.EditorFor DateTime not displaying when set a default value to it

How can I use DisplayName data annotations for column headers in WebGrid?

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