hjkhhndndndnd,trt
bnmbertsu,yu,yu,fffffffy,ltdfg
/
home4
/
gofvotmy
/
www
/
punjabcollegeoflaw
/
Application
/
admin
/
Upload FileeE
HOME
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="viewgallery.aspx.cs" Inherits="Application_admin_dashboard" %> <%@ Register Src="~/userControl/header.ascx" TagPrefix="uc1" TagName="header" %> <%@ Register Src="~/userControl/footer.ascx" TagPrefix="uc1" TagName="footer" %> <uc1:header runat="server" ID="header" /> <!--###################### GALLERY ######################--> <script type="text/javascript" src="../../assets/gtsplugins/lightbox/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="../../assets/gtsplugins/lightbox/fancybox.js"></script> <link rel="stylesheet" type="text/css" href="../../assets/gtsplugins/lightbox/jquery.fancybox.css" media="screen" /> <script src="../../JsFiles/gallerydetail_view.js"></script> <script src="../../JsFiles/validation.js"></script> <form id="form1"> <div class="content-wrapper"> <section class="content-header"> <h1> View Gallery </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> <span>Dashboard</span></a></li> <li><a href="#">View Gallery</a></li> </ol> </section> <section class="content" id="galleryid"> </section> </div> </form> <!-- jQuery 2.1.4 --> <%-- <script src="../../assets/plugins/jQuery/jQuery-2.1.4.min.js"></script>--%> <!-- Bootstrap 3.3.5 --> <%-- <script src="../../assets/bootstrap/js/bootstrap.min.js"></script> <!-- DataTables --> <script src="../../assets/plugins/datatables/jquery.dataTables.min.js"></script> <script src="../../assets/plugins/datatables/dataTables.bootstrap.min.js"></script> <!-- SlimScroll --> <script src="../../assets/plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="../../assets/plugins/fastclick/fastclick.min.js"></script> <!-- AdminLTE App --> <script src="../../assets/dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../../assets/dist/js/demo.js"></script> <!-- page script --> <script> $(function () { $("#example1").DataTable(); $('#example2').DataTable({ "paging": true, "lengthChange": false, "searching": false, "ordering": true, "info": true, "autoWidth": false }); }); </script> --%> <uc1:footer runat="server" id="footer" />