I have a formatted text stored in a database column as listed below. This formatting is preserved when an email is sent using SSIS. However when I display it using a a web page, the formatting is not preserved – it comes in single line.
What is the best way to display it in HTML by preserving format?
Note: We need to achieve this without any third party control. But we can use standard ASP.Net controls
UPDATE Report_Type SET report_template_txt =
'Updates:
-----------------
Transactions Received for 10
Adjustments :
---------------------------
Adjustment holds
Holds past 1 month – 5'
HTML Source and Rendering:

REFERENCE: