I'm trying to show text formatted in HTML
in a asp text box
and I'm not able to.
For example this formatted text: <font size="6">teste</font>
, I would like that when I display this text in text box
it is already formatted, it currently appears with tags
, as above.
Is there any way through code behind
without using eval
or bind
?