| Server IP : 104.21.93.206  /  Your IP : 172.69.214.234 Web Server : Microsoft-IIS/10.0 System : Windows NT WAVE 10.0 build 20348 (Windows Server 2016) AMD64 User : IWPD_458(indias) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/inetpub/vhosts/indiasmartbazaar.com/pimsharyana.in/admin/ | 
| Upload File : | 
<%@ Page Title="" Language="C#" MasterPageFile="~/admin/admin.master" AutoEventWireup="true" CodeFile="printIdentity.aspx.cs" Inherits="admin_printIdentity" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
        <script type = "text/javascript">
        function PrintPanel() {
            var panel = document.getElementById("<%=pnlContents.ClientID %>");
            var printWindow = window.open('height=204,width=323.52');
            //printWindow.document.write('<html><head><title>Recipt</title>');
            //printWindow.document.write('<body >');
            printWindow.document.write(panel.innerHTML);
            //printWindow.document.write('</body></html>');
            printWindow.document.close();
            setTimeout(function () {
                printWindow.print();
            }, 500);
            return false;
        }
    </script>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
       <div class="content-wrapper" style=" background-image:url(adminimages/bg11.jpg); background-repeat:no-repeat; background-size:cover; height:100%;">
     <!-- Content Header (Page header) -->
    <section class="content-header" style="background-color: #ecf0f5;padding-bottom:10px;">
      <h1>
        Dashboard
          <small style="color:#0492ef;">
                     <i class="fa fa-fw fa-arrow-circle-left"></i> <a href="index.aspx" title="Cancel and go Back">  Cancel and go back! </a>
          </small>
      </h1>
        
      <ol class="breadcrumb">
        <li><a href="index.aspx"><i class="fa fa-dashboard"></i> Home</a></li>
        <li class="active">Print Identity</li>
      </ol>
    </section>
         <!-- Main content -->
     <div class="clearfix"></div>
        <!-- Main content -->
     <div class="clearfix"></div>
       <div style="margin:0px auto 0px; max-width:98%;">
             <div id="lblsucess"  runat="server" class="alert alert-success" role="alert" visible="false">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
  <strong>Success!</strong> Image Added successfully!
</div>
            <div id="lblfailed"  runat="server" class="alert alert-danger" role="alert" visible="false">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
  <strong>Failed!</strong> Please try again!
</div>
              <div id="lblcancel"  runat="server" class="alert alert-warning" role="alert" visible="false">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
  <strong>Cancel!</strong> Cancel by User!
</div>
               <div style="margin:0px auto 0px; max-width:95%; padding:20px; background-color:rgba(255, 255, 255, 0.46);text-align:center; border-radius:0px 0px 10px 10px">
       
             <div class="clearfix"></div>
                     <div class="row" style="text-align:center; font-size:30px; font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;font-weight:bold;">
        <div class="form-group">
            <div class="col-lg-12">
            Registration for Convocation
            </div>
        </div>
    </div>
          <div class="row" style="padding:10px">
                       <div class="col-lg-6">
                             
                       </div>
                       <div class="col-lg-6">
                         <asp:Button ID="btnPrint" runat="server" Text="Print" CssClass="submit" OnClientClick = "return PrintPanel();" />
                       </div>
                   </div>
      <div style="background-color:rgba(255, 255, 255, 0.80); border:dashed;padding:10px;border-radius:10px 10px 10px 10px">
  
            <br />   
           <asp:Panel ID="pnlContents" runat="server">
  <div style="width:323.52px; height:204px; margin-left: auto; margin-right: auto;background-color:white;padding-top:5px;">
    
 
        <div class="row" >
         <div class="col-lg-12" align="left" style="border:5px solid orange;padding:10px">
       <table style="width:100%">
           <tr>
               <td colspan="3" style="text-align:center">
                <img src="../img/pims%20logo.png" height="60"/>
               </td>
         
           </tr>
              <tr>
               <td colspan="3" style="text-align:center">
               <asp:Label ID="lblconvation" runat="server" Font-Bold="true">Convaction 18th March 2023</asp:Label>
               </td>
         
           </tr>
           <tr>
               <td colspan="2"></td>
           </tr>
           <tr>
               <td>
                   <asp:Label ID="lblName" runat="server" Text="Name"></asp:Label>  :   <asp:Label ID="lblNamePrint" runat="server" Text="Name"></asp:Label> 
               </td>
                 <td rowspan="3" style="text-align:center">
                     <img  runat="server" id="qrCode" width="70" height="70"/>
                 </td>
           </tr>
            <tr>
               <td>
                   <asp:Label ID="Label1" runat="server" Text="Course"></asp:Label>   :   <asp:Label ID="lblPrintClass" runat="server" Text="Course"></asp:Label>  
               </td>
              
           </tr>
             <tr>
               <td>
                   <asp:Label ID="Label3" runat="server" Text="Father"></asp:Label>   :   <asp:Label ID="Label4" runat="server" Text="Course"></asp:Label>  
               </td>
              
           </tr>
            <tr>
               <td>
                   <asp:Label ID="Label2" runat="server" Text="Person Allowed"></asp:Label>  :   <asp:Label ID="lblPersonAllowed" runat="server" Text="1"></asp:Label>  
               </td>
              
           </tr>
       </table>
             
       
        </div>
     
    </div>
  </div>
          </asp:Panel>  
         
      </div>
      
           </div>
            </div>
        </div>
</asp:Content>