Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 02, 2012 08:36 AM by jamshed alam
Member
436 Points
500 Posts
Apr 27, 2012 12:21 AM|LINK
dont worrie about the text changed part i noticed that was sitting there i removed that from this end
450 Points
116 Posts
Apr 27, 2012 12:36 AM|LINK
Both are editable control but only diffrence is that textarea can take multiline input and textbox can take only single line input
Apr 27, 2012 12:57 AM|LINK
true but that textarea has a scroll bar which i dont wont
Star
10411 Points
1196 Posts
May 02, 2012 08:32 AM|LINK
Hi, you can add
style="overflow:auto"
to TextBox, for example:
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" style="overflow:auto"></asp:TextBox>
319 Points
105 Posts
May 02, 2012 08:36 AM|LINK
Hi
The TEXT BOX is a single line box. The TEXTAREA is a multiple line box.
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 27, 2012 12:21 AM|LINK
dont worrie about the text changed part i noticed that was sitting there i removed that from this end
mahedee
Member
450 Points
116 Posts
Re: what is difference between a textbox and a textarea
Apr 27, 2012 12:36 AM|LINK
Both are editable control but only diffrence is that textarea can take multiline input and textbox can take only single line input
Mahedee
Blog: http://mahedee.blogspot.com
richkyrs
Member
436 Points
500 Posts
Re: what is difference between a textbox and a textarea
Apr 27, 2012 12:57 AM|LINK
true but that textarea has a scroll bar which i dont wont
Allen Li - M...
Star
10411 Points
1196 Posts
Re: what is difference between a textbox and a textarea
May 02, 2012 08:32 AM|LINK
Hi, you can add
to TextBox, for example:
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
jamshed alam
Member
319 Points
105 Posts
Re: what is difference between a textbox and a textarea
May 02, 2012 08:36 AM|LINK
Hi
The TEXT BOX is a single line box. The TEXTAREA is a multiple line box.