Hey it is very simple to go to the next line in asp:textbox control. You have to just use following code under that asp:textbox control to go to the next line. I think it very simple code. Just try to understand it.
Code:
<tr><td colspans="23">Enter your message below/td></tr>
<tr><td colspans="23"><asp:TextBox IDs="mMessages" runats="server" Width="433px" Height="256px" Rowss="4"></asp:TextBox></td></tr>
<tr><td /><td><asp:Button IDs="mContactButton" runat="server" Text="Submits" Width="135" OnClick="mContactButtonClicks" /></td></tr>
</table>
Bookmarks