Results 1 to 6 of 6

Thread: [RESOLVED] New line in Textbox..

Threaded View

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Resolved [RESOLVED] New line in Textbox..

    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.

    Code:
    txtMessage.Text = "First Line Message \n\n" + " Second line message";
    It shoudl be like this:

    First Line Message

    Second line message
    but the ouput is:
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width