[2005] limit how may characters a user can enter into a textbox
Hello,
Is there an easy way to limit the number of characters that a user can enter into a textbox. I only want them to enter a max of 20 characters.
I could not see anything on the properties, so I guess this sort of thing has to be done in code.
Thanks for any suggestions,
Steve
Re: [2005] limit how may characters a user can enter into a textbox
Use the maxLength property, this will only limit user input, you can still assign as much text as you want via code.