I have a TextBox that is multiline:

<asp:TextBox ID="TextBox1" TextMode="MultiLine" Rows="5" Width="1000" Height="100" runat="server"></asp:TextBox>

As you type it rolls over to the next line.

What I want to dp is make some sort of carriage return befor it rolls over.

Is this possible?