Archive for April 3rd, 2009

Return a line break or carriage return in ASP.NET page

ASP.NET, C#, VB.NET 3.4.2009 1 Comment

I came across the issue today of needing to output some text from a multiline textbox and having a few issues on preserving the line breaks/carriage returns from the textbox. If you view the source on the page, it would look correct, but yet the display on the HTML page would show no line breaks.

Read More