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!
Re: how to limit the size of multiple textbox?
Re: how to limit the size of multiple textbox?
The "MaxLengt" is working in vb.net 2005, try it in vb2005.
Re: how to limit the size of multiple textbox?
Quote:
The "MaxLengt" is working in vb.net 2005, try it in vb2005.
Is there a difference????:confused:
In Vb2005 the word ".net" is only omitted by Microsoft, but they are the same language, called in different ways!