forum

Home / DeveloperSection / Forums / Multiline TextBox multiple newline

Multiline TextBox multiple newline

Anonymous User 2188 03-Sep-2013

I set value a multiline textbox like this.

textBox1.Text = "Line1\r\n\r\nLine2";

But, only one line space in output.

When I read the value of textbox, I read "Line1\r\nLine2";

Why ASP.NET not support more then one lineline character?

Any help will be appreciated.


wpf wpf 
Updated on 03-Sep-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By