How to set editor html from server side?

  •  02-15-2005, 9:17 AM

    How to set editor html from server side?

    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?
View Complete Thread