hi
I have a multi line text box in one webform.in my codes,i read the text value of this textbox and store it in a nvarchar datafield in sql server,in another web form,i read the value of nvarchar data field from DB and i display it in a Literal on page.
the problem is "new lines" are missing,how can i read,save and retrieve new lines and display them on literal?
thanks
I have a multi line text box in one webform.in my codes,i read the text value of this textbox and store it in a nvarchar datafield in sql server,in another web form,i read the value of nvarchar data field from DB and i display it in a Literal on page.
the problem is "new lines" are missing,how can i read,save and retrieve new lines and display them on literal?
thanks