Help please..How can i put a new line in my textbox. I have tried the code below but it does not work the way i want it.
It shoudl be like this:Code:txtMessage.Text = "First Line Message \n\n" + " Second line message";
but the ouput is:First Line Message
Second line message




Reply With Quote