Posted: 6 years ago

Filed under: ASP.NET

Tagged with: controls

Follow comments

ASP.NET multi-line textbox

It’s simple, but annoying to find in the documentation..

<asp:textbox id="MultilineTextBox" rows="10" columns="80" <strong>textmode="MultiLine"</strong> runat="server"/>

Wish textboxes were multi-line automatically if they had more than one row..

Leave a Reply