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: 354

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

Related posts about asp.net-mvc-2

Related posts about dataannotations