New Post: Use validation on CheboxList in Asp.Net MVC4
@deepikashr, the files you sent me do not compile, so I'm afraid I can't test this out for you. If you'd like me to take a look at it, you'll need to put together a small sample that fully reproduces...
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleNew Post: Use validation on CheboxList in Asp.Net MVC4
Hey!! I sent mail just now. did u get it?
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleCommented Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleClosed Unassigned: SetValidator with When not work valid in MVC 4 [7142]
I have models and validators:```[Validator(typeof(AdressValidator))] public class Adress { public string PostalCode { get; set; } public string Street { get; set; }}[Validator(typeof(PersonValidator))]...
View ArticleReleased: 4.0 (Apr 29, 2013)
Add portable class library and deprecate the Silverlight-specific projects Added scale precision validator (thanks to Matthew Leibowitz) Added the ability to replace property rules (thanks to Matthew...
View ArticleCreated Release: 4.0 (Apr 29, 2013)
Add portable class library and deprecate the Silverlight-specific projectsAdded scale precision validator (thanks to Matthew Leibowitz)Added the ability to replace property rules (thanks to Matthew...
View ArticleUpdated Wiki: Home
Project DescriptionA small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects. If you find FluentValidation useful,...
View ArticleUpdated Wiki: Home
Project DescriptionA small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects. If you find FluentValidation useful,...
View ArticleCommented Issue: Make inheritance of FluentValidationModelValidatorProvider...
Hi Jeremy,The FluentValidationModelValidatorProvider integration with MVC is very useful. However, if one would like to override some parts of the class it is not possible since the only overridable...
View ArticleReviewed: 4.0 (kwi 29, 2013)
Rated 5 Stars (out of 5) - I updated FluentValidation without problems. Without FluentValidation I could not work with MVC. :) DataAnnotations are very limited. Thanks for the good job!
View ArticleNew Post: Source Not Found error for AbstractValidator.cs
I have the same issue when debugging my code. Dan have you been able to fix this? Note I installed FluentValidation via NuGet.
View ArticleNew Post: Displaying detailed error messages other than that what is defined...
I am using ASP.NET MVC 4 and the previous version of Fluent Validation. I am using Fluent Validation over data annotations. I am looking at adding a validation error summary to my view where data is to...
View ArticleUpdated Wiki: mvc
Integration with ASP.NET MVC FluentValidation can be integrated with ASP.NET MVC 3 and ASP.NET MVC 4. Once enabled, MVC will use FluentValidation to validate objects that are passed in to controller...
View Article