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..
