I am using a standard asp.net textbox and when the users enter the data and put in carriage returns to space out paragraphs and I capture that data and store it to a SQL Server datatable, or any datatable, it does not retain the Carriage returns so the formatting of the text is wrong when the record is later retreived.
My question is what is the best method to retain the carriage return so the formatting will remain as it was entered?
Start Free Trial