Sameer Khan

Sameer Khan

  • 1.5k
  • 272
  • 39.3k

How to print server side table on a pdf file using asp .net

Jul 14 2015 3:11 AM
<div id="printable" runat="server">
<table cellpadding="0" runat="server" cellspacing="0" width="100%">
<tr>
<td>
<asp:Table ID="tblPresent" runat="server" CellPadding="0" CellSpacing="0" Width="100%"></asp:Table>
</td>
</tr>
</table>
</div>

Attachment: hop_data.rar

Answers (2)