Saturday, March 31, 2012

Setting Maxlength on a MultiLine Textbox

how do you do it? i understand the maxlength property has no effect but is
there a way around it?You can use a Validator control to check the length. You can either use a
RegularExpressionValidator or a CustomValidator and provide your own script
file to check the length of.
bill
"Craig G" <craig.gamble@.y_arrasoftware.com> wrote in message
news:e8BFqW2EFHA.3536@.TK2MSFTNGP15.phx.gbl...
> how do you do it? i understand the maxlength property has no effect but is
> there a way around it?
>
>
Craig:
Google is your friend:
http://www.google.com/search?hl=en&...gth&btnG=Search
The first couple hits ought to be what ur looking for.
Karl
MY ASP.Net tutorials
http://www.openmymind.net/
"Craig G" <craig.gamble@.y_arrasoftware.com> wrote in message
news:e8BFqW2EFHA.3536@.TK2MSFTNGP15.phx.gbl...
> how do you do it? i understand the maxlength property has no effect but is
> there a way around it?
>
>

0 comments:

Post a Comment