Garbage character in TextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys,
I wanted to write one line at a time in TextBox and I did
something like this

this.textBoxSummary.Text += "Starting" + "\n" ;
this.textBoxSummary.Text += "Next line" + "\n" ;

It goes to next line but print some garbage character (small square) at the
end of each line for 'n'. Anybody has any idea how to avoid it.

Thanks in advance.

Santosh
 
Back
Top