I'm trying to call html code that is saved in a table to a content holder within an aspx page.
What would the syntax be for the query and connection and then the field call syntax within the contentholder.
I'm using the Visual Studio Web developer.
We have tried a few different ways, if we use the gridview it actually shows the html code in the final page instead of running it.
The page works fine if we manually put the html code within the content holder. But we want to store the html code in the db for maintenance.
We are very fimiliar to Asp and it works there, but can't seem to get it to work in aspx.
What would the syntax be for the query and connection and then the field call syntax within the contentholder.
I'm using the Visual Studio Web developer.
We have tried a few different ways, if we use the gridview it actually shows the html code in the final page instead of running it.
The page works fine if we manually put the html code within the content holder. But we want to store the html code in the db for maintenance.
We are very fimiliar to Asp and it works there, but can't seem to get it to work in aspx.