Write Html code In aspx page

asp.net

Solution

Id.InnerHtml = "html code";

its worked for me

Problem

I have whole page HTML in my database and i want write that html code in to an aspx page. Means it replace old html code from new one. Is there any other way to write html code in to aspx page.

Original source