M
Manuel
Hi,
When I load an html page (greek language) inside a span id="DivHtml" my
website stops working correctly or the inner html page is rendered using
invalid chars. When I load other html pages (english or italian) it works.
The "greek" html page is rendered correctly if opened outside the application
Thank you very much
Manuel
Code Example:
DivHtml.InnerHtml = s.ToString();
(s is a stringbuilder containing the html)
<aspanel runat="server" ID="PanelHtml" BorderStyle="Groove"
ScrollBars="Vertical" Width="100%" >
<span id="DivHtml" runat="server"></span>
</aspanel>
When I load an html page (greek language) inside a span id="DivHtml" my
website stops working correctly or the inner html page is rendered using
invalid chars. When I load other html pages (english or italian) it works.
The "greek" html page is rendered correctly if opened outside the application
Thank you very much
Manuel
Code Example:
DivHtml.InnerHtml = s.ToString();
(s is a stringbuilder containing the html)
<aspanel runat="server" ID="PanelHtml" BorderStyle="Groove"
ScrollBars="Vertical" Width="100%" >
<span id="DivHtml" runat="server"></span>
</aspanel>