Shaitan00 Posted March 13, 2006 Posted March 13, 2006 Given a TextBox (tbInput), I want to block the total number of characters a user can write - is there a nice way to do this? Specificially, I want to ensure that the user can write more then 3 characters in tbInput ... any clues? (such as XXX as opposed to XXXX) Quote
Cags Posted March 13, 2006 Posted March 13, 2006 I want to ensure that the user can write more then 3 characters in tbInput I assume you meant can't enter. tbInput.MaxLength = 3 Quote Anybody looking for a graduate programmer (Midlands, England)?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.