how to allow formating in labels to displaying data from mutli lined textbox.
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.!