Hi,

How do i allow my textbox control to display html text?

Say i have this:

Code:
string mytext = "here<br>is<br>some<br>text"

textbox.text = mytext;

the output will be here<br>is<br>some<br>text.
I need the textbox to format the HTML