Topic: Setting visibility of an IFrame-Frame
Setting visibility of an IFrame-Frame
1. Find Frame tag and add the following attribute to the element
<IFRAME style="visibility: visible" id="FrameToPrint" src="MyDoc.aspx?<%Response.Write(Request.QueryString)%>"></IFRAME>
<IFRAME style="visibility:hidden" id="printHiddenFrame" src="MyDocSub.aspx"></IFRAME>