Hello!
I have a string sucha as:
string html = <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="Generator" content="PowerTools for Open XML" /><title></title><style>
p.pt-Normal {
line-height:115.0%;
...
</span></p></body></html>
That's a all the HTML code of a page, coming from a converted microsoft word converted to html,
Can I set up the code of the corresponding aspx page from its server side to show the HTML document?
If not, could be done in a new web form?
Go to the complete details ...