0

Can anyone suggest some good mvc validators kit avaliable to public for free.

I remeber I used one , in some of the projects , but I can't remeber it's name , and I'd like to ask you what you use.

Thanks.

Edit: I remember the kit I used had also client side validation support.

3 Answers 3

1

I think you are talking about Data Annotations Extensions. It is open source project that has following attributes with client side support for ASP.NET MVC:

  • CreditCardAttribute
  • CuitAttribute
  • DateAttribute
  • DigitsAttribute
  • EmailAttribute
  • EqualToAttribute
  • FileExtensionsAttribute
  • IntegerAttribute
  • MaxAttribute
  • MinAttribute
  • NumericAttribute
  • UrlAttribute
  • YearAttribute
Sign up to request clarification or add additional context in comments.

Comments

1

FluentValidation for MVC is awesome, extensible and has support for far more complex validation scenarios that the other frameworks.

You can add it using NuGet, details available on codeplex here

Comments

0

Why don't you use the System.ComponentModel.DataAnnotations;

1 Comment

I am using this , simple there is a validation kit named foolproof , and there are a lot of good validators (Data Annotations) written there. (including client side validation implementation). I suggest to use it :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.