Sameer Khan

Sameer Khan

  • 1.4k
  • 272
  • 37.1k

Conversion of aspx or html page to pdf

Apr 10 2015 2:59 AM
<form id="form1" runat="server">               
  <div style="background-image:url('../../../Images/WrittenTestCallLetter.jpg'); background-repeat:no-repeat; height:1160px;">        
   <table id="tbldisplay" runat="server" width="100%" cellpadding="0" cellspacing="0">                              
                <tr>
                    <td colspan="5">
                        <table cellspacing="0" cellpadding="0" width="100%"  style="height:20%">
                            <tr>
                                <td valign="bottom" align="center" style="height:20%; width:35%;">
                                    &nbsp;                                   
                                </td>                    
                                <td style="height:20%; width:50%;" colspan="1"><asp:Label ID="lblRollNo" runat="server" CssClass="style1"></asp:Label></td>
                                <td style="height:20%; width:30%;">&nbsp;</td>
                            </tr>                        
                        </table>
                    </td>
                </tr>
    </table>
    </div>    
    </form>

Answers (1)