0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.188.69.167


Current Path : /var/www/student/cug/
Upload File :
Current File : /var/www/student/cug/Default.aspx

<%@ page language="C#" autoeventwireup="true" inherits="Result_Default, App_Web_default.aspx.cdcab7d2" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <link href="Styles/ResultPU.css" rel="Stylesheet" type="text/css" />
    <%--<link rel="Stylesheet" type="text/css" href="Styles/htab.css" />
    <script type="text/javascript" src="Scripts/tabberhp.js"></script>--%>
    <!--CSS For Popup-->
    <link href="Styles/LightPopupCSS.css" rel="Stylesheet" type="text/css" />
    <script type="text/javascript" src="Scripts/jquery.vticker-min.js"></script>
    <%--<script type="text/javascript" language="javascript">
        function pageLoad() {
            $('#news-container').vTicker({
                speed: 1000,
                pause: 4000,
                animation: 'fade',
                mousePause: false,
                showItems: 2
            });
        }
    </script>--%>
    <!-- JavaScript for popup -->
    <script type="text/javascript" src="Scripts/jquery-1.2.6.min.js"></script>
    <script type="text/javascript">
        var PopStatus = 0;
        function loadPopupFreez() {
            if (PopStatus == 0) {
                centerPopup();
                $("#backgroundPopup").css({ "opacity": "0.7" });
                $("#backgroundPopup").fadeIn("slow");
                $("#Result").fadeIn("slow"); PopStatus = 1;
            }
        }
        function disablePopupFreez() {
            if (PopStatus == 1) {
                $("#backgroundPopup").fadeOut("slow");
                $("#Result").fadeOut("slow"); PopStatus = 0;
            }
        }
        function centerPopup() {
            var windowWidth = document.documentElement.clientWidth;
            var windowHeight = document.documentElement.clientHeight;
            var popupHeight = $("#Result").height();
            var popupWidth = $("#Result").width();

            var scrolledX, scrolledY;
            if (self.pageYOffset) {
                scrolledX = self.pageXOffset;
                scrolledY = self.pageYOffset;
            } else if (document.documentElement && document.documentElement.scrollTop) {
                scrolledX = document.documentElement.scrollLeft;
                scrolledY = document.documentElement.scrollTop;
            } else if (document.body) {
                scrolledX = document.body.scrollLeft;
                scrolledY = document.body.scrollTop;
            }

            var centerX, centerY;
            if (self.innerHeight) {
                centerX = self.innerWidth;
                centerY = self.innerHeight;
            } else if (document.documentElement && document.documentElement.clientHeight) {
                centerX = document.documentElement.clientWidth;
                centerY = document.documentElement.clientHeight;
            } else if (document.body) {
                centerX = document.body.clientWidth;
                centerY = document.body.clientHeight;
            }

            var leftOffset = scrolledX + (centerX - windowWidth) / 2;
            var topOffset = scrolledY + (centerY - windowHeight) / 2;

            $("#Result").css({ "position": "absolute", "top": (topOffset + (windowHeight / 2)) - popupHeight / 2, "left": (leftOffset + (windowWidth / 2)) - popupWidth / 2 });
            $("#backgroundPopup").css({ "height": windowHeight });
        }
    </script>
    <script type="text/javascript">
        var PopStatus = 0;
        function loadPopupRetotal() {
            if (PopStatus == 0) {
                centerPopupRetotal();
                $("#backgroundPopup").css({ "opacity": "0.7" });
                $("#backgroundPopup").fadeIn("slow");
                $("#Retotal").fadeIn("slow"); PopStatus = 1;
            }
        }
        function disablePopupRetotal() {
            if (PopStatus == 1) {
                $("#backgroundPopup").fadeOut("slow");
                $("#Retotal").fadeOut("slow"); PopStatus = 0;
            }
        }
        function centerPopupRetotal() {
            var windowWidth = document.documentElement.clientWidth;
            var windowHeight = document.documentElement.clientHeight;
            var popupHeight = $("#Retotal").height();
            var popupWidth = $("#Retotal").width();

            var scrolledX, scrolledY;
            if (self.pageYOffset) {
                scrolledX = self.pageXOffset;
                scrolledY = self.pageYOffset;
            } else if (document.documentElement && document.documentElement.scrollTop) {
                scrolledX = document.documentElement.scrollLeft;
                scrolledY = document.documentElement.scrollTop;
            } else if (document.body) {
                scrolledX = document.body.scrollLeft;
                scrolledY = document.body.scrollTop;
            }

            var centerX, centerY;
            if (self.innerHeight) {
                centerX = self.innerWidth;
                centerY = self.innerHeight;
            } else if (document.documentElement && document.documentElement.clientHeight) {
                centerX = document.documentElement.clientWidth;
                centerY = document.documentElement.clientHeight;
            } else if (document.body) {
                centerX = document.body.clientWidth;
                centerY = document.body.clientHeight;
            }

            var leftOffset = scrolledX + (centerX - windowWidth) / 2;
            var topOffset = scrolledY + (centerY - windowHeight) / 2;

            $("#Retotal").css({ "position": "absolute", "top": (topOffset + (windowHeight / 2)) - popupHeight / 2, "left": (leftOffset + (windowWidth / 2)) - popupWidth / 2 });
            $("#backgroundPopup").css({ "height": windowHeight });
        }
    </script>
    <script type="text/javascript">
        var PopStatus = 0;
        function ChandePasswordPopup() {
            if (PopStatus == 0) {
                centerPopupPassword();
                $("#backgroundPopup").css({ "opacity": "0.7" });
                $("#backgroundPopup").fadeIn("slow");
                $("#DIVNAMEChangePassword").fadeIn("slow"); PopStatus = 1;
            }
        }
        function disablePopupPwd() {
            if (PopStatus == 1) {
                $("#backgroundPopup").fadeOut("slow");
                $("#DIVNAMEChangePassword").fadeOut("slow"); PopStatus = 0;
            }
        }
        function centerPopupPassword() {
            var windowWidth = document.documentElement.clientWidth;
            var windowHeight = document.documentElement.clientHeight;
            var popupHeight = $("#DIVNAMEChangePassword").height();
            var popupWidth = $("#DIVNAMEChangePassword").width();

            var scrolledX, scrolledY;
            if (self.pageYOffset) {
                scrolledX = self.pageXOffset;
                scrolledY = self.pageYOffset;
            } else if (document.documentElement && document.documentElement.scrollTop) {
                scrolledX = document.documentElement.scrollLeft;
                scrolledY = document.documentElement.scrollTop;
            } else if (document.body) {
                scrolledX = document.body.scrollLeft;
                scrolledY = document.body.scrollTop;
            }

            var centerX, centerY;
            if (self.innerHeight) {
                centerX = self.innerWidth;
                centerY = self.innerHeight;
            } else if (document.documentElement && document.documentElement.clientHeight) {
                centerX = document.documentElement.clientWidth;
                centerY = document.documentElement.clientHeight;
            } else if (document.body) {
                centerX = document.body.clientWidth;
                centerY = document.body.clientHeight;
            }

            var leftOffset = scrolledX + (centerX - windowWidth) / 2;
            var topOffset = scrolledY + (centerY - windowHeight) / 2;

            $("#DIVNAMEChangePassword").css({ "position": "absolute", "top": (topOffset + (windowHeight / 2)) - popupHeight / 2, "left": (leftOffset + (windowWidth / 2)) - popupWidth / 2 });
            $("#backgroundPopup").css({ "height": windowHeight });
        }
    </script>
    <style type="text/css">
        .cssPager a
        {
            border: 1px solid #8E8F8F;
            color: #8E8F8F;
            text-decoration: underline;
            padding: 3px 5px 3px 5px;
        }
        .cssPager td
        {
            padding-left: 3px;
            padding-top: 5px;
        }
        .cssPager span
        {
            background-color: #8E8F8F;
            border: 1px solid #BABCBC;
            color: #FFFFFF;
            padding: 3px 5px 3px 5px;
        }
        .cssPager a:hover
        {
            color: #575858;
            text-decoration: none;
        }
    </style>
</head>
<body style="background-image: url(Images/Bg.jpg); margin-top: 0px;">
    <form id="form1" runat="server">
    <asp:ScriptManager ID="Sp" runat="server" />
    <center>
        <div id="main">
            <div id="mainInner">
                <div id="Maincontainer" style="height: 125px; padding-bottom: 0px; margin-bottom: 0px;">
                    <div id="MaincontainerHd">
                        <div id="Mainheaderleft">
                        </div>
                        <div id="MainHeaderMiddle">
                            <div id="MainMiddlehedercontainer">
                                <div id="IunivUniLogo" style="float: left; width: 100px; height: 95px; padding-top: 5px;">
                                    <asp:Image ID="imgUniLogo" runat="server" Width="95px" Height="90px" ImageAlign="Middle" ImageUrl="~/UniversityLogo/rguhs.png" />
                                </div>
                                <div id="IunivHdRemaining">
                                    <div id="IunivHdRemainingLeft">
                                        <div id="IunivHdTop" style="width: 630px;">
                                        </div>
                                        <div id="IunivHdBottom" style="width: 670px;">
                                            <div id="IunivHdBottomLeft" style="width: 670px; text-align: center; line-height: 1.3em">
                                                <asp:Label ID="lblUniName" runat="server" Text="" Style="width: auto; padding-left: 10px;
                                                    height: 52px; float: none; font-family: Arial; font-size: 18px; text-align: center;
                                                    color: #154A72; font-weight: bold;"></asp:Label>
                                                <br />
                                                <asp:Label ID="lblAddress" runat="server" Text="" Style="width: auto; padding-left: 10px;
                                                    height: 52px; float: none; font-family: Arial; font-size: 12px; text-align: center;
                                                    color: #51545B; font-weight: bold;"></asp:Label>
                                            </div>
                                        </div>
                                    </div>
                                    <div id="IunivHdRemainingRight">
                                    </div>
                                </div>
                            </div>
                        </div>
                        <%--<div id="MainHeaderRight">
                    </div>--%>
                    </div>
                </div>
                <div id="MainMiddlecontainer" style="padding-top: 0px; margin-top: 0px;">
                    <div id="MainMiddleleftcontainer">
                        <div id="Mainleftheadcontainer">
                        </div>
                        <div id="MainMiddleheadcontainer">
                            Following course results are available
                        </div>
                        <div id="Mainheadcontainerright">
                        </div>
                        <div id="MainGridcontainer">
                            <div id="MainGridcontainerInner">
                                <div id="MainGridHeadcontainer">
                                    <div id="MainGridHeadHD" style="width: 18px; padding-left: 0px; font-family: Calibri;">
                                    </div>
                                    <div id="MainGridHeadHD" style="width: 70px; padding-left: 10px; font-size: 15px;
                                        font-family: Calibri;">
                                        Degree
                                    </div>
                                    <div id="MainGridHeadHD" style="width: 330px; padding-left: 0px; font-size: 15px;
                                        font-family: Calibri;">
                                        Description
                                    </div>
                                    <div id="MainGridHeadHD" style="width: 140px; text-align: center; font-size: 15px;
                                        padding-left: 0px; font-family: Calibri;">
                                        Exam
                                    </div>
                                    <div id="MainGridHeadHD" style="width: 70px; text-align: center; font-size: 15px;
                                        padding-left: 0px; font-family: Calibri;">
                                        Scheme
                                    </div>
                                    <div id="MainGridHeadHD" style="width: 90px; text-align: center; font-size: 15px;
                                        padding-left: 0px; font-family: Calibri;">
                                        Result Date
                                    </div>
                                </div>
                                <div id="MainGridInnercontainer">
                                    <div id="PULeftMainGridInnerLeftTextContainer">
                                        <div id="GridLink">
                                            <asp:GridView ID="grdResult" runat="server" AllowPaging="true" Visible="true" AutoGenerateColumns="false"
                                                AlternatingRowStyle-BackColor="#EBEFF2" PageSize="29" ShowHeader="false" GridLines="None"
                                                OnPageIndexChanging="grdResult_PageIndexChanging">
                                                <PagerStyle CssClass="cssPager" HorizontalAlign="Left" Height="30px" Width="600px" />
                                                <Columns>
                                                    <asp:TemplateField>
                                                        <ItemTemplate>
                                                            <div id="PULeftGridInnerLeftTextMainContainerNe" style="width: 728px">
                                                                <div id="MainGridHeadHD" style="width: 18px; padding-left: 0px; background-image: url(Images/Arrow2.jpg);
                                                                    background-position: center center; background-repeat: no-repeat">
                                                                </div>
                                                                <div id="MainGridHeadHD" style="width: 70px; padding-left: 10px; color: #3F72AB;
                                                                    font-size: 13px; font-family: Calibri;">
                                                                    <%#Eval("FDCode")%>
                                                                </div>
                                                                <div id="MainGridHeadHD" style="width: 330px; padding-left: 0px; font-family: Calibri;
                                                                    font-size: 13px;">
                                                                    <%#Eval("FDegree")%>
                                                                </div>
                                                                <div id="MainGridHeadHD" style="width: 140px; text-align: center; padding-left: 0px;
                                                                    font-size: 13px; font-family: Calibri;">
                                                                    <%#Eval("FExamName")%>
                                                                </div>
                                                                <div id="MainGridHeadHD" style="width: 70px; text-align: center; padding-left: 0px;
                                                                    font-size: 13px; font-family: Calibri;">
                                                                    <%#Eval("FScheme")%>
                                                                </div>
                                                                <div id="MainGridHeadHD" style="width: 90px; text-align: center; padding-left: 0px;
                                                                    font-size: 13px; font-family: Calibri;">
                                                                    <%#Eval("FResDate")%>
                                                                </div>
                                                            </div>
                                                        </ItemTemplate>
                                                    </asp:TemplateField>
                                                </Columns>
                                            </asp:GridView>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div id="MainGridBottomcontainer">
                        </div>
                    </div>
                    <div id="MainMiddlerightcontainer">
                        <div id="divResultRetotal">
                            <div id="divResultRetotalInner">
                                <div style="width: 231px; height: auto; float: left; padding-top: 0; margin-bottom: 0px;
                                    margin-top: 0; top: 0;">
                                    <div id="TabResult">
                                        <div id="Tableft">
                                        </div>
                                        <div id="Tabmid">
                                            <asp:Label ID="lblres" runat="server" Text="" Font-Bold="true" Font-Size="14px"></asp:Label>
                                        </div>
                                        <div id="TabRight">
                                        </div>
                                    </div>
                                    <div id="hTabTopmain" style="height: 110px;">
                                        <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                                            <ContentTemplate>
                                                <div id="hTabTopmainInner" style="padding-top: 10px; height: 110px">
                                                    <div id="hTabTopmainEach">
                                                        <asp:TextBox ID="txtRollNo" runat="server" Width="195px" Height="19px" Style="font-family: Arial;
                                                            padding-left: 3px; border: 1px solid #8B8B8B; font-size: 13px; color: #000000;"
                                                            onblur="if(this.value=='') this.value='Register / Roll No.'" onfocus="if(this.value=='Register / Roll No.') this.value=''"
                                                            Text="Register / Roll No." MaxLength="10"></asp:TextBox>
                                                        <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="Enter Register / Roll No."
                                                            ControlToValidate="txtRollNo" ForeColor="White" SetFocusOnError="True" ValidationGroup="Submit"
                                                            InitialValue="Register / Roll No.">*</asp:RequiredFieldValidator>
                                                    </div>
                                                    <%--<div id="hTabTopmainEach">
                                                        <asp:DropDownList ID="ddlDegree" runat="server" Width="202px" Height="22px" AppendDataBoundItems="true"
                                                            Style="border: 1px solid #8B8B8B;">
                                                            <asp:ListItem Selected="True" Value="none">Select Degree</asp:ListItem>
                                                        </asp:DropDownList>
                                                        <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="Select Degree"
                                                            InitialValue="none" ControlToValidate="ddlDegree" ForeColor="White" SetFocusOnError="True"
                                                            ValidationGroup="Submit">*</asp:RequiredFieldValidator>
                                                    </div>--%>
                                                    <div id="hTabTopmainEach">
                                                        <asp:DropDownList ID="ddlExam" runat="server" Width="202px" Height="22px" AppendDataBoundItems="true"
                                                            Style="border: 1px solid #8B8B8B;">
                                                            <asp:ListItem Selected="True" Value="none">Select Exam</asp:ListItem>
                                                            <asp:ListItem Value="A">First</asp:ListItem>
                                                            <asp:ListItem Value="B">Second</asp:ListItem>
                                                            <asp:ListItem Value="C">Third</asp:ListItem>
                                                            <asp:ListItem Value="D">Fourth</asp:ListItem>
                                                            <asp:ListItem Value="E">Fifth</asp:ListItem>
                                                            <asp:ListItem Value="F">Sixth</asp:ListItem>
                                                            <asp:ListItem Value="G">Seventh</asp:ListItem>
                                                            <asp:ListItem Value="H">Eight</asp:ListItem>
                                                            <asp:ListItem Value="I">Ninth</asp:ListItem>
                                                            <asp:ListItem Value="J">Tenth</asp:ListItem>
                                                        </asp:DropDownList>
                                                        <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="Select Exam"
                                                            InitialValue="none" ControlToValidate="ddlExam" ForeColor="White" SetFocusOnError="True"
                                                            ValidationGroup="Submit">*</asp:RequiredFieldValidator>
                                                    </div>
                                                    <div id="hTabTopmainEach" style="width: 207px; text-align: left; padding-right: 3px;">
                                                        <asp:ValidationSummary ID="ValidationSummary2" runat="server" ShowMessageBox="True"
                                                            ShowSummary="False" ValidationGroup="Submit" />
                                                        <div id="MsgHide" runat="server" style="float: left">
                                                            <div id="hTabTopmainEach" style="width: 120px; height: auto; float: left; font-family: Arial;
                                                                background-image: url('Images/alert.jpg'); background-repeat: no-repeat; font-size: 10px;
                                                                text-align: left; padding: 10px 0px 7px 35px; background-color: #FFDDDC; background-repeat: no-repeat;
                                                                background-position: 10px center; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                                <asp:Label ID="lblMsg" runat="server" Visible="false" Style="font-family: Arial;
                                                                    color: #564D4D; font-size: 12px;"></asp:Label>
                                                            </div>
                                                        </div>
                                                        <div style="width: auto; height: auto; float: right; padding-top: 5px;">
                                                            <asp:ImageButton ID="ibtnGo1" runat="server" ImageUrl="~/Images/Buttons/btnGo.jpg"
                                                                OnClick="imgbtnSubmit_Click" ValidationGroup="Submit" />
                                                        </div>
                                                    </div>
                                                </div>
                                            </ContentTemplate>
                                        </asp:UpdatePanel>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div id="MainMiddlerightThirdcontainer" runat="server">
                            <div id="MainNotTop">
                            </div>
                            <div id="MainNotMid">
                                <div style="width: 216px; float: none; text-align: left; padding-left: 0px;">
                                    <div id="news-container">
                                        <ul style="position: relative; margin: 0px; padding: 0px; top: 0px;">
                                            <asp:Repeater ID="rptrNB" runat="server">
                                                <ItemTemplate>
                                                    <li style="margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; display: inline-block;">
                                                        <div id="PULeftInnerRightTopTextMainContainerMsg" style="width: 190px">
                                                            <div id="PULeftInnerRightTopTextContainerMsgNe">
                                                                <asp:Label ID="lblNB" runat="server" Text='<%#Eval("FNoticeDesc")%>'></asp:Label>
                                                            </div>
                                                        </div>
                                                    </li>
                                                </ItemTemplate>
                                            </asp:Repeater>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div id="MainFootercontainer">
                    <div id="MainFooterleftcontainer">
                    </div>
                    <div id="MainFooterMidcontainer">
                        Powered By YGen Technologies
                    </div>
                    <div id="MainFooterRightcontainer">
                    </div>
                </div>
            </div>
            <div id="backgroundPopup">
            </div>
            <div id="DIVNAMEChangePassword" class="popupContactLogin" style="width: 700px;">
            <div style="width: auto; height: 30px; background-color: #113E5B; text-align: left">
                <div style="width: 678px; height: 25px; padding: 5px 0 0 0px; font-size: 15px; color: #fff;
                    font-family: Verdana; font-weight: bold; text-align: center; float: left;">
                    Important Notice</div>
                <div style="float: right; width: auto; padding: 5px 10px 0 0; font-size: 15px; color: #fff; display:none;
                    font-family: Verdana;">
                    <a class="PopUpTopText" style="text-align: right; cursor: pointer;" onclick="disablePopupPwd()">
                        X</a>
                </div>
            </div>
            <asp:UpdatePanel ID="UpdatePanel2" runat="server">
                <ContentTemplate>
                    <div id="C">
                        <div id="MainPopupContentContainerVE" style="width: auto; float: left; height: auto;
                            padding: 20px 10px 10px 10px;">
                            <div>
                                <font size="4" color="red"><b>Server will be under maintenance from 01/04/2014 5.30 PM. Contact 080-26961930 for further details.</b></font>								
                            </div>
							<br>
                            <div style="width:678px; font-family: Verdana; font-weight:bold; text-decoration:underline; font-size: 14px; color: #000000; float: left; text-align: center;">
                                PROVISIONAL DEGREE CERTIFICATE (PDC)
                            </div>
                            <div style="font-family: Verdana; font-size: 12px; color: #000000; float: left; text-align: justify; padding-top:20px; line-height:1.8em;">
                                Provisional Degree Certificate (PDC) for eligible candidates whose main results are declared on or after 1st December 2012 shall be sent to respective colleges directly along with marks card. Students are required not to approach the University in this regard.
                            </div>
                            <div style="width:678px; font-family: Verdana; font-weight:bold; text-decoration:underline; font-size: 14px; color: #000000; float: left; text-align: center; padding-top:20px;">
                                RETOTALLING / PHOTOCOPY OF ANSWER BOOK
                            </div>
                            <div style="font-family: Verdana; font-size: 12px; color: #000000; float: left; text-align: justify; padding-top:20px; line-height:1.8em;">
                                Students are instructed to apply for Retotalling / Photocopy of answer book only through online portal and the required fee has to be paid at the college along with the application form printed through online portal. <u>Application submitted by students in any other form will be rejected.</u>
                            </div>
                        </div>
                        <div id="MainPopupContentContainerVE" style="width: 700px; float: left; height: auto;
                            padding: 20px 0px 20px 0px;">
                            <a href="#">
                                <img src="Images/Buttons/continue.jpg" alt="Continue" onclick="disablePopupPwd()" />
                            </a>
                        </div>
                    </div>
                </ContentTemplate>
            </asp:UpdatePanel>
        </div>
        </div>
    </center>
    </form>
</body>
</html>