I am create a multiline text entry vai an asp.net page.
this is then stored (via sql stored procedure) in db table as a variable type: nvarchar(max)
on another asp.net page, a db routine reads this as a string direct into the .text label control.
the problem is that the text output is not containing any new line attributes and puts everything on a single line.
when accessing the edit page (which uses the textbox multiline control) the text is displayed fine.
how do I resolved this?
your time and efforts on this enquiry are much apprieated.
Start Free Trial