dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
bnmbertsurrttrtrtrtrjhjhjjhjhhjhjhjhf'tdfg
D:
/
INETPUB
/
VHOSTS
/
edusoftinfotech.com
/
lavanyasalon.in
/
Admin
/
Upload FileeE
HOME
<%@ page title="" language="C#" masterpagefile="~/Admin/AdminMaster.master" autoeventwireup="true" inherits="Alumni_Details, App_Web_bm1d42wl" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <div class="wrapper"> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Displaying Alumni </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i>Home</a></li> <li class="active">Alumni</li> </ol> </section> <!-- Main content --> <section class="content"> <!-- SELECT2 EXAMPLE --> <div class="row"> <div class="col-xs-12"> <div class="box"> <div class="box-header"> </div> <!-- /.box-header --> <div class="box-body table-responsive no-padding"> <asp:GridView ID="gvalmdet" runat="server" AutoGenerateColumns="False" CssClass="table table-bordered table-striped" Width="1000px"> <Columns> <asp:TemplateField HeaderText="Sr. No"> <ItemTemplate> <asp:Label ID="lblRowNumber" Text='<%# Container.DataItemIndex + 1 %>' runat="server" /> </ItemTemplate> </asp:TemplateField> <asp:ButtonField HeaderText="Name" DataTextField="Name" /> <asp:ButtonField HeaderText="Father Name" DataTextField="FName" /> <asp:ButtonField HeaderText="Course" DataTextField="Course" /> <asp:ButtonField HeaderText="Passing Year" DataTextField="pyear" /> <asp:ButtonField HeaderText="Occupation" DataTextField="Occupation" /> <asp:ButtonField HeaderText="Organization" DataTextField="org" /> <asp:ButtonField HeaderText="Contact" DataTextField="Mob" /> <asp:ButtonField HeaderText="email" DataTextField="email" /> <asp:TemplateField HeaderText="More Details"> <ItemTemplate> <a href='AlDetails.aspx?Id=<%#Eval("id")%>'> <asp:Label ID="lblLink" runat="server" Text="Details" CssClass="label-info label"></asp:Label> </a> </ItemTemplate> </asp:TemplateField> </Columns> </asp:GridView> <asp:Label id="lblErr" runat="server"></asp:Label> <input type="hidden" runat="server" id="hidCustomerID" /> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> </div> </section> </div> </div> </asp:Content>