Adil Battal KAYA asked 2017-05-24 19:25:38 UTC
Hi,
How could I print the HtmlPanel content? With the vwg I can print with this code block.
string strScript = "document.getElementById("TRG_"
- this.htmlBox1.ID.ToString() + "").contentWindow.focus();"
- "document.getElementById("TRG_"
- this.htmlBox1.ID.ToString() + "").contentWindow.print();";
VWGClientContext.Current.Invoke(this, "eval", strScript);
Thank you.
Adil Battal KAYA asked 2017-05-24 19:25:38 UTC
Hi,
How could I print the HtmlPanel content? With the vwg I can print with this code block.
string strScript = "document.getElementById("TRG_"
VWGClientContext.Current.Invoke(this, "eval", strScript);
Thank you.