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!