ASP.NET-MVC 2 DataAnnotations StringLength
Posted
by griegs
on Stack Overflow
See other posts from Stack Overflow
or by griegs
Published on 2010-03-22T02:51:17Z
Indexed on
2010/03/22
22:51 UTC
Read the original article
Hit count: 373
asp.net-mvc-2
|dataannotations
Can I use the MVC 2 DataAnnotations to specify a minimum length for a string field?
Has anyone done this or have they created custom attributes and if so do you mind sharing the source?
© Stack Overflow or respective owner