Stories recently tagged with 'DataAnnotations'

ASP.NET MVC 2.0 Client validation exposed(code-clarity.blogspot.com)

submitted by hkurabkohkurabko(85) 2 years, 5 months ago

Describes how to add validation rules in MVC 2.0 from code. Yeah, data annotation and rules in model is cool. But I have found no info about how to add client validation rules from code, it can be useful in many cases. So, I go to Reflector and try to find some way to do this. read more...

add a comment |category: |Views: 29

tags: another