Okay so I have a multiline textbox that accepts user input and stores it in a database. I then have another form that queries for this field and displays it. Everything is working fine, except for the fact that it won't recognize new lines when the user presses enter. I am at a loss.
I need the form to in some way, accept enter to create a new line and output it from the database with the line breaks the way the user inputs them.
This is aspx with sqlserver if it matters.