Posted on: 7/14/2015 3:46:26 PM | Views : 631

Hi, i'm trying to generate a pdf file with header and footer, in the header i want to show the value of two DropDownLists but it shows a error, like this "You can not access a non static member of external type 'Reporte_Partidas_01' by nested type 'Reporte_Partidas_01.pdfPage'"
here is the .aspx code:
<form id="form1" runat="server"> <div> <asp:Panel ID="pnlDropDown" runat="server" HorizontalAlign="Center"> <table align="center" style="vertical-align:middle; text-align:center; border-style:ridge; borde ...

Go to the complete details ...