C
chuckdfoster
Is there a way to limit the amount of characters a user can enter into a
textbox. I have a comment field that shouldn't have more than 50
characters. Currently, I check this length when the user clicks Submit, but
I have been asked to "lock the textbox down" so they can't enter more than
50 characters.
textbox. I have a comment field that shouldn't have more than 50
characters. Currently, I check this length when the user clicks Submit, but
I have been asked to "lock the textbox down" so they can't enter more than
50 characters.