M
MichaelJohnson168
I am using a multi-line textbox. The problem I am having is that when
the data from that textbox is inserted into the table it is incomplete
if the user presses the 'Enter' key when typing inside it.
For example:
I do not want these items <Enter key pressed>
shipped seperately.
The data field after the text from the textbox is inserted into the
table only has the below:
'I do not want these items'
The 'shipped seperately' is not inserted.
Can anyone inform me on what is going on?
The textbox code is below.
<asp:TextBox ID="AdditionalInfo" runat="server" TextMode="MultiLine">
the data from that textbox is inserted into the table it is incomplete
if the user presses the 'Enter' key when typing inside it.
For example:
I do not want these items <Enter key pressed>
shipped seperately.
The data field after the text from the textbox is inserted into the
table only has the below:
'I do not want these items'
The 'shipped seperately' is not inserted.
Can anyone inform me on what is going on?
The textbox code is below.
<asp:TextBox ID="AdditionalInfo" runat="server" TextMode="MultiLine">