K
Keith Smith
How come this code doesn't seem to work?
textBox1.Text=textBox1.Text.Replace("\r\n\r\n","\r\n");
I want to remove all blank lines in a textBox.
textBox1.Text=textBox1.Text.Replace("\r\n\r\n","\r\n");
I want to remove all blank lines in a textBox.