I have using the window.print() function to print the page result.
In aspx Page :
<table cellpadding="4" cellspacing="1" border="0" align="center" class="noprint" width="98%">
<tr><td class="title" height="22">XXXXXX</td></tr>
</table>
<FHR:ErrMessage ID="EM" runat="server" visible="false" />
<asp:Panel ID="PanelView" runat="server" Visible="false" >
<ucl:uclView ID="XXXViewScreen" runat="server" ></ucl:uclView>
</asp:Panel>
In user Control Page :
/ More than 500 lines code /
In last line of the page :
<input type="button" value="Print" onclick="window.print();" class="winbutton"/>
I have checked the print option in(IE11, IE10, Firefox, Chrome) browsers, working fine in our end.
But some other system throws the following error:
Anyone can meet out this issue..?