Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 26, 2012 01:07 AM by Decker Dong - MSFT
Member
1 Points
6 Posts
Jul 24, 2012 06:24 PM|LINK
If I have a webform within a master page, every multiline textbox renders as a single visible line no matter how many rows I specify. I need to be able to see 3 or 4 lines per testbox. How can I accomplish this?
Contributor
3178 Points
515 Posts
Jul 24, 2012 08:19 PM|LINK
This works for me. If this does not help, could you please post your code?
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <asp:TextBox ID="MultiLineTextBox" runat="server" Height="100px" TextMode="MultiLine"></asp:TextBox> </asp:Content>
Jul 24, 2012 09:07 PM|LINK
MattsDotNetUsername This works for me. If this does not help, could you please post your code? <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <asp:TextBox ID="MultiLineTextBox" runat="server" Height="100px" TextMode="MultiLine"></asp:TextBox> </asp:Content>
Thanks a bundle! The trick was the Height option. Once I put it in, it worked like a charm. Once again, Thanks.
Larry
All-Star
118619 Points
18779 Posts
Jul 26, 2012 01:07 AM|LINK
larrymittman larrymittman
congratulation!Welcome to our forum next time……
larrymittman
Member
1 Points
6 Posts
How to view multiple lines of a multiline textbox with a masterpage in asp.net
Jul 24, 2012 06:24 PM|LINK
If I have a webform within a master page, every multiline textbox renders as a single visible line no matter how many rows I specify. I need to be able to see 3 or 4 lines per testbox. How can I accomplish this?
MattsDotNetU...
Contributor
3178 Points
515 Posts
Re: How to view multiple lines of a multiline textbox with a masterpage in asp.net
Jul 24, 2012 08:19 PM|LINK
This works for me. If this does not help, could you please post your code?
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <asp:TextBox ID="MultiLineTextBox" runat="server" Height="100px" TextMode="MultiLine"></asp:TextBox> </asp:Content>larrymittman
Member
1 Points
6 Posts
Re: How to view multiple lines of a multiline textbox with a masterpage in asp.net
Jul 24, 2012 09:07 PM|LINK
Thanks a bundle! The trick was the Height option. Once I put it in, it worked like a charm. Once again, Thanks.
Larry
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: How to view multiple lines of a multiline textbox with a masterpage in asp.net
Jul 26, 2012 01:07 AM|LINK
congratulation!Welcome to our forum next time……