Thursday, May 12, 2011

Displaying the PDF file in Asp.net

 <iframe runat="server" id="PDFViwer" width="95%" height="500px" scrolling="auto"></iframe>
PDFViwer.Attributes.Add("src", rptPath + "/" + pono + ".pdf")

No comments:

Post a Comment