|
-
Apr 14th, 2007, 01:06 AM
#1
Thread Starter
Addicted Member
how to limit the size of multiple textbox?
i have two textbox , one is single line and the other is multiple lines.
now i want to limit the size of the textboxes.
for the single line textbox1.text, in the design properties , i did maxlength 15
then it works fine, but
for the multiple line textbox2.text, i have tried to do the same thing but it doesnot work, just i did in the design properties,maxlength 50 and row=2 and column=2,but this doesnot work, it simply accepts as much as i type my input,
so how can i limit the size of multipe line textbox in vb.net?
thanks a lot!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|