I have a multiline textbox whose .Text property get saved in an SQL 2008 DB. When I submit the textbox, I loose the returns. How do I handle this?
I've used Enviroment.Newline() to do some html conversion stuff, but I've never ran into this specific problem.
Edit: Nevermind, it was working just fine, but I was replacing "\n" incorrectly. Stupid mistake. I have to convert the "\n" to <p>
tags. I've done this before, but if anybody wants to answer, I'll mark their answer as correct.