I have a TextBox(multiline) in which I want to display HTML Formatted Text. The text is suppilied to textbox by a database and it consist of Tags like <>, the tags are HTML encode Automatically so instead of interperating tags as HTML, tags are interperated as Text itself. What should I do? Thanks
rdouglass -> RE: Rich Text (11/9/2007 7:53:16)
A quick thing to try is to wrap the text <code> and </code>.