Setting Maxlength on a MultiLine Textbox

  • Thread starter Thread starter Craig G
  • Start date Start date
C

Craig G

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top