L
Loading name...
hey
asp.net 2.0
In my db (sql server 2005) I have a record which consist of multiple lines:
"HEY
THIS IS A TEST
OF MULTIPLE
LINES"
But when I retrieve this value and put it into a formview field, the data is
displayed like this:
"HEY THIS IS A TEST OF MULTIPLE LINES"
Some of the settings on the textbox displaying the datafield on one row (I
want it to display multiple lines)
<asp:TextBox TextMode="MultiLine" ID="jalla" runat="server"... >
</asp:TextBox>
Any suggestions to what I should do to get this datafield displaying the
original text (multiple lines)?
asp.net 2.0
In my db (sql server 2005) I have a record which consist of multiple lines:
"HEY
THIS IS A TEST
OF MULTIPLE
LINES"
But when I retrieve this value and put it into a formview field, the data is
displayed like this:
"HEY THIS IS A TEST OF MULTIPLE LINES"
Some of the settings on the textbox displaying the datafield on one row (I
want it to display multiple lines)
<asp:TextBox TextMode="MultiLine" ID="jalla" runat="server"... >
</asp:TextBox>
Any suggestions to what I should do to get this datafield displaying the
original text (multiple lines)?