I have html code stored in a database. On the page load, I am pulling html from the database and need to stuff it into the editor control as html, not as text. The only server side attribute I can find is .text, which does not stuff it in as html, but as plain text. How do I stuff the string in as html?