I set a value for a Multiline Textbox
like this.
textBox1.Text = "Line1
Line2";
But, only one line space in output.
When I read the value of textbox, I read "Line1
Line2"
;
Why does ASP.NET not support more then one lineline character?
See Question&Answers more detail:os