C Craig G Feb 15, 2005 #1 how do you do it? i understand the maxlength property has no effect but is there a way around it?
W William F. Robertson, Jr. Feb 15, 2005 #2 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
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
K Karl Seguin Feb 15, 2005 #3 Craig: Google is your friend: http://www.google.com/search?hl=en&lr=&c2coff=1&q=ASP.Net+multiline+textbox+maxlength&btnG=Search The first couple hits ought to be what ur looking for. Karl
Craig: Google is your friend: http://www.google.com/search?hl=en&lr=&c2coff=1&q=ASP.Net+multiline+textbox+maxlength&btnG=Search The first couple hits ought to be what ur looking for. Karl