I have stored a page's designing code in database i.e. code between <html> </html> tag.
Now i have a page named "star". I want to load this stored designing in to this page when I click on a button named "Show".

drag the literal control and your button to page
on click event grab all the from database and store it in
string and Literal1.Text = string which contains the data.

it will load the whole Design as you needed..

hope that helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.