I have used Multiline textmode in my textbox.
so i used "enter" keys for new lines in this textbox.
now when i show my data in label.
i can see data in single lines instead multiline. !
label can not represent newline char.
so how to show data in new line where /n /r comes.!
Loading
VulpesPosted Dec 12, 2012, 5:25 AM
If it's a web application, you'll need to use
rather than "\r\n" to provide the line breaks.