I need to implement
Any one can suggest a sample article for implementing Data Annotations Extensions validation package to my web form application (4.0)
http://dataannotationsextensions.org/
Thanks and Regards,
Shibin V.M
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have open source implementation of DataAnnotations Validator control hosted on CodePlex and also available via NuGet.
Here is article that describes internals of DataAnnotations Validator control.
DAValidation project has the same extensibility schema as ASP.NET MVC input validation, and you can easily adapt http://dataannotationsextensions.org/ for Web Forms project.
Hope this will help you.