I'm getting some text from a database, so I want to view them in a TextBox object. The text in the DB has \n character to represent a new line, but when I bind the text to the TextBox, the \n still appear without being transformed to new lines!
I've tried the "\r\n" instead with no results!
What's wrong!