I am trying to get an html document that will be displayed on my web page, now the content comes from the database as a string. Now I know that there is a way to do this in win forms using Browser.DocumentText. But how to do it in a web form?
I tried setting the innerHTML property for the div inside "OnRowCommand", "OnRowCommand" is inside the update panel. When I move the Div outside the panel, say, just below the body, it looks good.
source share