Top "Foolproof-validation" questions

MVC Foolproof Validation is a library that complements the Data Annotation validation provided in ASP.

RequiredIf Conditional Validation for two variables in MVC4

I have a model class that is following public bool Saturday{ get; set; } public bool Sunday{ get; set; } public string …

c# asp.net-mvc-4 model required-field foolproof-validation