| Server IP : 104.21.93.206  /  Your IP : 172.70.80.22 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/ | 
| Upload File : | 
<%@ Page Title="" Language="C#" MasterPageFile="~/admin/admin.master" AutoEventWireup="true" CodeFile="registrationforconvocation.aspx.cs" Inherits="admin_registrationforconvocation" %>
<%@ Register Assembly="DevExpress.Web.v18.2, Version=18.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web" TagPrefix="dx" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</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">Registration for Convocation</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> Data 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="row" style="padding:10px;">
                <div class="form-group">
                   
                      <div class="col-lg-12" style="text-align:left" >
                         
                          <table style="float:right">
                              <tr>
                                  <td style="padding-left:5px;">
                                                                
                                  </td>
                                  <td style="padding-left:5px;">
                                
                                  </td>
                              </tr>
                          </table>
                        
                    </div>
                </div>
            </div>
             <div class="clearfix"></div>
      <div style="background-color:rgba(255, 255, 255, 0.80); border:dashed;padding:10px;border-radius:10px 10px 10px 10px">
    <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>
            <br />   
           <div class="row" style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
              <div class="form-group">
                  <div class="col-lg-3" style="text-align:center; font-size:15px;font-weight:bold;">
                     <strong>
                      Choose
                     </strong>
                     <span style="color:#0492ef">
                        <i class="fa fa-fw fa-arrow-circle-down" title="The Title"></i>
                     </span>
                         <asp:DropDownList ID="drpchoose" runat="server" CssClass="form-control">
                          <asp:ListItem Value="Student">Student</asp:ListItem>
                          <asp:ListItem Value="Invited Member">Invited Member</asp:ListItem>
                      </asp:DropDownList>
                 </div>
                    <div class="col-lg-3" style="text-align:center; font-size:15px;font-weight:bold;">
                     <strong>
                      Name
                     </strong>
                     <span style="color:#0492ef">
                        <i class="fa fa-fw fa-arrow-circle-down" title="Name"></i>
                     </span>
                      <asp:TextBox ID="txtName" runat="server" Placeholder="Enter Name" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="rqrdName" runat="server" ControlToValidate="txtName" ForeColor="Red" ErrorMessage="Name*"></asp:RequiredFieldValidator>
                 </div>
                   <div class="col-lg-3" style="text-align:center; font-size:15px;font-weight:bold;">
                     <strong>
                      Address
                     </strong>
                     <span style="color:#0492ef">
                        <i class="fa fa-fw fa-arrow-circle-down" title="Address"></i>
                     </span>
                      <asp:TextBox ID="txtAddress" runat="server" Placeholder="Enter Address" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="rqrdAddress" runat="server" ControlToValidate="txtAddress" ForeColor="Red" ErrorMessage="Address*"></asp:RequiredFieldValidator>
                 </div>
                
                   <div class="col-lg-3" style="text-align:center; font-size:15px;font-weight:bold;">
                     <strong>
                      Mobile
                     </strong>
                     <span style="color:#0492ef">
                        <i class="fa fa-fw fa-arrow-circle-down" title="Mobile"></i>
                     </span>
                      <asp:TextBox ID="txtPhone" runat="server" Placeholder="Enter Address" CssClass="form-control" TextMode="Phone" MaxLength="10"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtPhone" ForeColor="Red" ErrorMessage="Mobile*"></asp:RequiredFieldValidator>
                 </div>
                
              </div>
          </div>  
          <div class="clearfix">
              <br />
          </div>
            <div class="row" style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
              <div class="form-group">
                  <div class="col-lg-3" style="text-align:center; font-size:15px;font-weight:bold;">
                     <strong>
                      Class
                     </strong>
                     <span style="color:#0492ef">
                        <i class="fa fa-fw fa-arrow-circle-down" title="The Title"></i>
                     </span>
                       <asp:TextBox ID="txtClass" runat="server" Placeholder="Enter Class" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtClass" ForeColor="Red" ErrorMessage="Class*"></asp:RequiredFieldValidator>
                 </div>
                    <div class="col-lg-3" style="text-align:center; font-size:15px;font-weight:bold;">
                     <strong>
                      Person Allowed
                     </strong>
                     <span style="color:#0492ef">
                        <i class="fa fa-fw fa-arrow-circle-down" title="Name"></i>
                     </span>
                      <asp:DropDownList ID="drpAllowed" runat="server" CssClass="form-control">
                          <asp:ListItem Value="1">1 Person</asp:ListItem>
                          <asp:ListItem Value="2">2 Person</asp:ListItem>
                           <asp:ListItem Value="3">3 Person</asp:ListItem>
                      </asp:DropDownList>
                        </div>
               
              </div>
          </div>  
          <div class="row" style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
             <div class="form-group">
            
                   <div class="col-lg-12" style="text-align:center">
                        <asp:Button ID="btnsave" runat="server" Text="Submit"  CssClass="btn btn-primary" OnClick="btnsave_Click"/>
                
                 </div>
                
             </div>
             
         </div>
      </div>
        <div class="clearfix"></div>
    <div class="row">
        <div class="col-lg-12">
           <br />
               <dx:ASPxGridViewExporter ID="ASPxGridViewExporter2" runat="server" GridViewID="gridRecord" FileName="ID Record"></dx:ASPxGridViewExporter>
            <dx:ASPxGridView ID="gridRecord" runat="server" Width="100%" AutoGenerateColumns="false" Theme="Material" SettingsPager-AlwaysShowPager="true" OnRowCommand="grd_RowCommand">
<SettingsPager AlwaysShowPager="True"></SettingsPager>
                <Settings ShowGroupPanel="True" />
                    <Toolbars>
                          <dx:GridViewToolbar EnableAdaptivity="true">
                              <Items>
                                  <dx:GridViewToolbarItem Command="ExportToXls" />
                                  <dx:GridViewToolbarItem Command="ExportToXlsx" />
                                  <dx:GridViewToolbarItem Command="ExportToDocx" />
                                  <dx:GridViewToolbarItem Command="ExportToRtf" />
                                  <dx:GridViewToolbarItem Command="ExportToCsv" />
                                  <dx:GridViewToolbarItem Command="ExportToPdf"></dx:GridViewToolbarItem>
                                  <dx:GridViewToolbarItem Command="ClearSorting">
                                  </dx:GridViewToolbarItem>
                                  <dx:GridViewToolbarItem Command="ClearFilter"></dx:GridViewToolbarItem>
                                  <dx:GridViewToolbarItem Command="Refresh" BeginGroup="true" />
                              </Items>
                          </dx:GridViewToolbar>
                      </Toolbars>
                <Columns>
                    <dx:GridViewDataColumn FieldName="ID" Visible="false"></dx:GridViewDataColumn>
                    <dx:GridViewDataColumn VisibleIndex="0" Caption="Report" Width="50px">
                                    <DataItemTemplate>
                                       
  <asp:Button ID="btnPrint" runat="server" Text="Print" CssClass="submit" CausesValidation="false" CommandName="Print" CommandArgument='<%#DataBinder.Eval(Container,"ID")%>'/>                                          </DataItemTemplate>
                                </dx:GridViewDataColumn>
                    <dx:GridViewDataColumn FieldName="Title" Caption="Type"></dx:GridViewDataColumn>
                    <dx:GridViewDataColumn FieldName="Name" Caption="Name"></dx:GridViewDataColumn>
                    <dx:GridViewDataColumn FieldName="address" Caption="Address"></dx:GridViewDataColumn>
                    <dx:GridViewDataColumn FieldName="mobile" Caption="Mobile"></dx:GridViewDataColumn>
                    <dx:GridViewDataColumn FieldName="class" Caption="Class"></dx:GridViewDataColumn>
                    <dx:GridViewDataColumn FieldName="personaAllowed" Caption="Allowed Person's"></dx:GridViewDataColumn>
                    <dx:GridViewDataImageColumn FieldName="qrCodePath" Caption="QR Code" Width="55" PropertiesImage-ImageHeight="70px" PropertiesImage-ImageWidth="70px">
<PropertiesImage ImageHeight="50px" ImageWidth="50px"></PropertiesImage>
                    </dx:GridViewDataImageColumn>
                </Columns>
                                      <SettingsExport EnableClientSideExportAPI="true" ExcelExportMode="WYSIWYG" ExportEmptyDetailGrid="True" PaperKind="A4" PaperName="ID Record" PrintSelectCheckBox="True"/>
            </dx:ASPxGridView>
        </div>
    </div>
           </div>
            </div>
        </div>
</asp:Content>