I have a multiline textbox in my C# web form. I am trying to output the contents of that textbox to HTML. However, when I type the below in the textbox
Line 1
Line 2
Line 3
I get this output in my HTML.
Line 1 Line 2 Line 3
Is there anyway to keep the same formatting from textbox to HTML?
`? – Namoshek Oct 25 '17 at 16:59
)? – maltman Oct 25 '17 at 17:15
"; } – AzzamAziz Oct 25 '17 at 17:22