Hi,
for my asp.net application i have a form where i can fill in a entity.
with validators ofcourse.
now i use mostly regularexpressions for my validation.
for an entity-attribute i want to check the length also.
is there a way that i can get the maxlength of an attribute???
i don't like to grab an exception and put it on the screen.