PRE

Published on June 2016 | Categories: Documents | Downloads: 66 | Comments: 0 | Views: 495
of 55
Download PDF   Embed   Report

Comments

Content

A PROJECT REPORT ON “ONLINE EXAMINATION SYSTEM”

Submitted in partial fulfillment of the requirement for the degree of Bachelor of Computer Application From

Sikkim Manipal University Year : 2013

Guided By FARHAT ANJUM

Submitted By AMIT KU MONDAL

RUNGTA COLLEGE OF INFORMATION TECHNOLOGY ,BHILAI LC CODE : 03009

CERTIFICATE
This is to certify that Amit ku Mondal student of the Rungta

College , Kokha has successfully completed his academic project work titled “Online Examination System”. He has done this project using ASP.Net during the period from May 2013 to June 2013. He has completed his project well with the time frame. He is sincere hardworking and conduct his project is commendable.

We wish his success in all his future endeavors.

PLACE Bhilai

Authorized Signature

SELF CERTIFICATE
This is to certify that the project report entitled

“ONLINE

EXAMINATION SYSTEM” done

by me is an authentic work

carried out for the partial fulfillment of the requirement for the award of the degree Bachelor of the degree Bachelor of Computer Application under guidance of MISS FARHAT ANJUM.

AMIT KU MONDAL

CERTIFICATE OF EVALUTION

This is to certify that the project work entitled “ONLINE EXAMINATION SYSTEM” Iis carried out by the Amit kumar Mandal student of BCA 6th sem at Rungta College of Information and Techonology,Bhilai after proper evaluation and examination is here by approved as a credible work in the discipline of computer science and done in a satisfactory manner for its acceptance as a requisite for the award of degree of bachalore of computer application during the year 2013 form Sikkim Manipal University.

INTERNAL EXAMINER

EXTERNAL EXAMINER

ACKNOWLEGMENT

I am very thankful to all those who had helped me in successful completion of my project work which is mandatory requirement for the award of degree. First of all I express my sincere thanks to our Centre Head DR. KANAK SINHA for his effort and timely advice as well as active interest in my project. His direction, supervision and constructive criticism were indeed a source of inspiration to me. Finally I want to express a deep sense of gratitude to my project guide.

MISS FARHAT ANJUM Under whose guidance I had completed my pro

PROJECT WORK EVALUTION
1. Candidate Roll No. 2. Project Title : 521030437 : ONLINE EXAMINATION

SYSTEM 3. Front End /Black End 4. Course Application computer 5. Year 6. Centre Code 7. Name & Address Information Technology, KokhaC.G : ASP. NET,SQL SERVER : Bachelor of : 2013 : 03009 : Rungta College of Kurud Road, Bhilai

Project Code Total Marks Scored External Name External Signature BC0060

TABLE OF CONTENTS

Chapter I II III IV

Title Abstract Objective of Project Problem Statement Technology Used 4.1 .NET Frame 4.2 Other Technology

V VI VII

Requirement Analysis Software and Hardware Requirement Software Requirement Specification 7.1 Input/output design 7.2 Risk Analysis

VIII

System Analysis

IX

Analysis Document For the product 9.1 Er Diagram 9.2 Data Dictionary

X

System Design 10.1 Interface Design

XI XII XIII XIV

Coding Testing System Implementation and maintenance Conclusion & Bibliography 12.1 Conclusion 12.2 Bibliography

ABSTRACT

“ONLINE EXAMINATION SYSTEM” is

an application program

which can be used in collages to maintain its examination record. Now a day’s all big collages are built. They establish it on these collage sand this is best for online examination. In this examination record, they have to maintain record of each student. This application reduces this hard work and makes this job easy and fast.

OBJECTIVE OF THE PROJECT

The objective of the project is to reduce the hard work and the paperwork required in a collages The

“ONLINE EXAMINATION SYSTEM” has following

features:-

. System record . Examination record. . Effective report generation.

PROBLEM STATEMENT
Design an application in such a manner to facilitate a collages to its day examination record. DISADVANTAGE OF PRESENT WORKING SYSTEM . Not User Friendly : The existing system is not user friendly because the retrieval of data is very slow and data is not maintained efficiently. . Difficulty in table generating : We require to first generate the table formal at requiring an overhead. . Manual control : All calculations to generate Time Table is done manually so there is greater chance of errors. . Lots of paperwork : Existing system requires lot of paper work. Loss of even a single information led to difficult situation because all the papers are needed to generate the Time Table. . Time consuming : Every work is done manually so it is very difficult to edit a Time Table in the middle of the session or as per the requirement changes because it is very time taking. Solution Strategy Characteristic of the System . User Friendly :- The proposed system is user friendly because the retrieval and storing of data is fast and data is maintained efficiently . Moreover the graphical user interface is provided in the proposed system, which provides user to deal with the system very easily.

. Very less paper work : The proposed system requires very less paper work . All the data is feted into the computer immediately and Time tables can be generated through computers .Moreover work becomes very easy because there is no need to keep data on papers . . Computer operator control :Computer operator control will be there so no chance of errors. Moreover storing and retrieving of information is easy .So work can be done speedily and in time.

ER DAIGRAM

DEPART FNAME MNAME DEPART INAME UNAME PASS Lecturet _tb Student _Detail

DPART FNAME MNAME INAME UNAME PASS

ID Depart QUESTION OP1 Question _ tb OP2 OP3 OP4 OP5 UNAME DEPART QNO CRT ICRT RESULT TDATE Suggestion ID

ID

Result _ tb

CODING
CREATE LECTURER ACCOUNT PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Create_Lecturer_Account.aspx.vb" Inherits="Create_Lecturer_Account" %> <!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>Create Lecturer Account Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False"

ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 136; left: 656px; position: absolute; top: 501px">Create</asp:LinkButton> <asp:TextBox ID="TextBox5" runat="server" Style="z-index: 115; left: 488px; position: absolute; top: 497px"></asp:TextBox> <asp:TextBox ID="TextBox4" runat="server" Style="z-index: 116; left: 488px; position: absolute; top: 468px"></asp:TextBox> <asp:TextBox ID="TextBox3" runat="server" Style="z-index: 117; left: 488px; position: absolute; top: 439px"></asp:TextBox> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 118; left: 488px; position: absolute; top: 410px"></asp:TextBox> <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 119; left: 488px; position: absolute; top: 352px" Width="157px"> <asp:ListItem>BE - IT</asp:ListItem> <asp:ListItem Value="BE - CS">BE - CS</asp:ListItem> <asp:ListItem>BE - MECHANICAL</asp:ListItem> <asp:ListItem>BE - ET &amp; T</asp:ListItem> <asp:ListItem>MCA</asp:ListItem> </asp:DropDownList> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 120; left: 488px; position: absolute; top: 381px"></asp:TextBox>

<asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#C0C0FF" Style="z-index: 121; left: 390px; position: absolute; top: 537px" Width="256px"></asp:Label> <asp:Label ID="Label12" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 122; left: 386px; position: absolute; top: 497px" Text="Password"></asp:Label> <asp:Label ID="Label11" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 123; left: 386px; position: absolute; top: 467px" Text="User Name"></asp:Label> <asp:Label ID="Label9" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 124; left: 386px; position: absolute; top: 439px" Text="Last Name"></asp:Label> <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 125; left: 386px; position: absolute; top: 355px" Text="Department"></asp:Label> <asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 126; left: 386px; position: absolute; top: 411px" Text="Middle Name"></asp:Label> <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 127; left: 386px; position: absolute; top: 383px" Text="First Name"></asp:Label> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Admin_Home.aspx" Style="z-index: 128; left: 857px; position: absolute; top: 340px">Back to Admin Home</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 129; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 130; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 132; left: 52px; position: absolute; top: 311px" Text="Create New Lecturer Account Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 133; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 134; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label>

<asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 135; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

CREATE STUDENT ACCOUNT PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Create_Student_Account.aspx.vb" Inherits="Create_Student_Account" %> <!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>Create Student Account Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" />

<asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 136; left: 656px; position: absolute; top: 501px">Create</asp:LinkButton> <asp:TextBox ID="TextBox5" runat="server" Style="z-index: 115; left: 488px; position: absolute; top: 497px"></asp:TextBox> <asp:TextBox ID="TextBox4" runat="server" Style="z-index: 116; left: 488px; position: absolute; top: 468px"></asp:TextBox> <asp:TextBox ID="TextBox3" runat="server" Style="z-index: 117; left: 488px; position: absolute; top: 439px"></asp:TextBox> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 118; left: 488px; position: absolute; top: 410px"></asp:TextBox> <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 119; left: 488px;

position: absolute; top: 352px" Width="157px"> <asp:ListItem>BE - IT</asp:ListItem> <asp:ListItem Value="BE - CS">BE - CS</asp:ListItem> <asp:ListItem>BE - MECHANICAL</asp:ListItem> <asp:ListItem>BE - ET &amp; T</asp:ListItem> <asp:ListItem>MCA</asp:ListItem> </asp:DropDownList> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 120; left: 488px; position: absolute; top: 381px"></asp:TextBox> <asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#C0C0FF" Style="z-index: 121; left: 390px; position: absolute; top: 537px" Width="256px"></asp:Label> <asp:Label ID="Label12" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 122; left: 386px; position: absolute; top: 497px" Text="Password"></asp:Label> <asp:Label ID="Label11" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 123; left: 386px; position: absolute; top: 467px" Text="User Name"></asp:Label> <asp:Label ID="Label9" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 124; left: 386px; position: absolute; top: 439px" Text="Last Name"></asp:Label> <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 125; left: 386px; position: absolute; top: 355px" Text="Department"></asp:Label> <asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 126; left: 386px; position: absolute; top: 411px" Text="Middle Name"></asp:Label> <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 127; left: 386px; position: absolute; top: 383px" Text="First Name"></asp:Label> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Admin_Home.aspx" Style="z-index: 128; left: 857px; position: absolute; top: 340px">Back to Admin Home</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 129; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 130; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 132; left: 52px; position: absolute; top: 311px" Text="Create New Student Account Page"></asp:Label>

&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 133; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 134; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 135; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

DELETE LECTURER PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Delete_Lecturer_Account.aspx.vb" Inherits="Delete_Lecturer_Account" %> <!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>Delete Lecturer Account Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg"

Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:LinkButton ID="LinkButton8" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="False" ForeColor="#E0E0E0" Style="z-index: 129; left: 660px; position: absolute; top: 382px">Find</asp:LinkButton> <asp:DropDownList ID="DropDownList2" runat="server" Style="z-index: 115; left: 487px; position: absolute; top: 434px" Width="157px"> </asp:DropDownList> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0"

Style="z-index: 116; left: 661px; position: absolute; top: 438px">Delete</asp:LinkButton> &nbsp; &nbsp;&nbsp; <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 117; left: 488px; position: absolute; top: 384px" Width="157px"> <asp:ListItem>BE - IT</asp:ListItem> <asp:ListItem Value="BE - CS">BE - CS</asp:ListItem> <asp:ListItem>BE - MECHANICAL</asp:ListItem> <asp:ListItem>BE - ET &amp; T</asp:ListItem> <asp:ListItem>MCA</asp:ListItem> </asp:DropDownList> &nbsp; <asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#C0C0FF" Style="z-index: 118; left: 387px; position: absolute; top: 488px" Width="256px"></asp:Label> &nbsp; &nbsp; <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 119; left: 386px; position: absolute; top: 387px" Text="Department"></asp:Label> &nbsp; <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 120; left: 386px; position: absolute; top: 437px" Text="First Name"></asp:Label> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Admin.aspx" Style="z-index: 121; left: 857px; position: absolute; top: 340px">Back to Admin Home</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 122; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 125; left: 52px; position: absolute; top: 311px" Text="Delete Lecturer Account Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 126; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 127; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label>

<asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 128; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

DELETE STUDENT FORM
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Delete_Student_Account.aspx.vb" Inherits="Delete_Student_Account" %> <!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>Delete Student Account Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px;

position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:LinkButton ID="LinkButton8" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="False" ForeColor="#E0E0E0" Style="z-index: 129; left: 660px; position: absolute; top: 382px">Find</asp:LinkButton> <asp:DropDownList ID="DropDownList2" runat="server" Style="z-index: 115; left: 487px; position: absolute; top: 434px" Width="157px"> </asp:DropDownList> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 116; left: 661px; position: absolute; top: 438px">Delete</asp:LinkButton> &nbsp; &nbsp;&nbsp; <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 117; left: 488px; position: absolute; top: 384px" Width="157px"> <asp:ListItem>BE - IT</asp:ListItem> <asp:ListItem Value="BE - CS">BE - CS</asp:ListItem> <asp:ListItem>BE - MECHANICAL</asp:ListItem> <asp:ListItem>BE - ET &amp; T</asp:ListItem>

<asp:ListItem>MCA</asp:ListItem> </asp:DropDownList> &nbsp; <asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#C0C0FF" Style="z-index: 118; left: 387px; position: absolute; top: 488px" Width="256px"></asp:Label> &nbsp; &nbsp; <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 119; left: 386px; position: absolute; top: 387px" Text="Department"></asp:Label> &nbsp; <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 120; left: 386px; position: absolute; top: 437px" Text="First Name"></asp:Label> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Admin.aspx" Style="z-index: 121; left: 857px; position: absolute; top: 340px">Back to Admin Home</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 122; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 125; left: 52px; position: absolute; top: 311px" Text="Delete Student Account Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 126; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 127; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 128; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

LECTURER HOME PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Lecturer_Home.aspx.vb" Inherits="Lecturer_Home" %> <!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>Lecturer Home Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False"

ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 300px" Width="1024px" /> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 136; left: 948px; position: absolute; top: 527px">Clear</asp:LinkButton> <asp:TextBox ID="TextBox6" runat="server" Style="z-index: 115; left: 348px; position: absolute; top: 526px" Width="515px"></asp:TextBox> <asp:Label ID="Label14" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 116; left: 303px; position: absolute; top: 527px" Text="Ans :"></asp:Label> <asp:TextBox ID="TextBox3" runat="server" Style="z-index: 117; left: 348px; position: absolute; top: 431px" Width="515px"></asp:TextBox> <asp:TextBox ID="TextBox5" runat="server" Style="z-index: 118; left: 348px; position: absolute; top: 494px" Width="515px"></asp:TextBox> <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 119; left: 273px; position: absolute; top: 496px" Text="Option 4 :"></asp:Label> <asp:TextBox ID="TextBox4" runat="server" Style="z-index: 120; left: 348px; position: absolute; top: 462px" Width="515px"></asp:TextBox> <asp:Label ID="Label12" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 121; left: 273px; position: absolute; top: 463px" Text="Option 3 :"></asp:Label> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 122; left: 348px; position: absolute; top: 400px" Width="515px"></asp:TextBox> <asp:Label ID="Label11" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 123;

left: 273px; position: absolute; top: 433px" Text="Option 2 :"></asp:Label> <asp:TextBox ID="TextBox1" runat="server" Height="50px" Style="z-index: 124; left: 348px; position: absolute; top: 335px" TextMode="MultiLine" Width="515px"></asp:TextBox> <asp:Label ID="Label9" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 125; left: 273px; position: absolute; top: 399px" Text="Option 1 :"></asp:Label> <asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Style="z-index: 126; left: 348px; position: absolute; top: 560px" Text="______________" Width="436px"></asp:Label> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 127; left: 883px; position: absolute; top: 527px">Submit</asp:LinkButton> &nbsp; <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 128; left: 232px; position: absolute; top: 336px" Text="Enter Question :"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 129; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 130; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 132; left: 29px; position: absolute; top: 314px" Text="Lecturer Home Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 133; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 134; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 135; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form>

</body> </html>

LOGIN ADMIN
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login_Admin.aspx.vb" Inherits="Login_Admin" %> <!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>Login Admin Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 101; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 102; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 103; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 104; left: 170px; position: absolute; top: 254px">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 105; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 106; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx">About us</asp:LinkButton>

<asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 109; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 112; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#FFFFC0" Style="z-index: 113; left: 348px; position: absolute; top: 477px" Width="298px"> </asp:Label> <asp:ImageButton ID="ImageButton1" runat="server" Height="28px" ImageUrl="~/Images/button.gif" Style="z-index: 126; left: 705px; position: absolute; top: 466px" Width="66px" /> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 115; left: 552px; position: absolute; top: 424px" TextMode="Password" Width="132px"></asp:TextBox> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 116; left: 406px; position: absolute; top: 424px" Width="132px"></asp:TextBox> <asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 117; left: 290px; position: absolute; top: 425px" Text="Login Detail :"></asp:Label> <asp:Image ID="Image2" runat="server" Height="45px" ImageUrl="~/Images/icon1.gif" Style="z-index: 118; left: 213px; position: absolute; top: 410px" Width="39px" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 119; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 120; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White"

Style="z-index: 122; left: 431px; position: absolute; top: 311px" Text="Admin Login Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 124; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 125; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

LOGIN LECTURER PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login_Lecturer.aspx.vb" Inherits="Login_Lecturer" %> <!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>Login Lecturer Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 101; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 102; left: 286px; position: absolute; top: 100px" Width="580px" />

<asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 103; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 104; left: 170px; position: absolute; top: 254px">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 105; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 106; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 109; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 112; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#FFFFC0" Style="z-index: 113; left: 348px; position: absolute; top: 477px" Width="298px"> </asp:Label> <asp:ImageButton ID="ImageButton1" runat="server" Height="28px" ImageUrl="~/Images/button.gif" Style="z-index: 126; left: 705px; position: absolute; top: 466px" Width="66px" /> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 115; left: 552px; position: absolute; top: 424px" TextMode="Password" Width="132px"></asp:TextBox> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 116; left: 406px; position: absolute; top: 424px" Width="132px"></asp:TextBox> <asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White"

Style="z-index: 117; left: 290px; position: absolute; top: 425px" Text="Login Detail :"></asp:Label> <asp:Image ID="Image2" runat="server" Height="45px" ImageUrl="~/Images/icon1.gif" Style="z-index: 118; left: 213px; position: absolute; top: 410px" Width="39px" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 119; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 120; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 122; left: 431px; position: absolute; top: 311px" Text="Lecturer Login Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 124; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 125; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

LOGIN STUDENT

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login_Student.aspx.vb" Inherits="Login_Student" %> <!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>Login Student Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 101; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 102; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 103; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 104; left: 170px; position: absolute; top: 254px">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 105; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 106; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 109; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 171px" Width="8px" />

<asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 112; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#FFFFC0" Style="z-index: 113; left: 348px; position: absolute; top: 477px" Width="298px"> </asp:Label> <asp:ImageButton ID="ImageButton1" runat="server" Height="28px" ImageUrl="~/Images/button.gif" Style="z-index: 126; left: 705px; position: absolute; top: 466px" Width="66px" /> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 115; left: 552px; position: absolute; top: 424px" TextMode="Password" Width="132px"></asp:TextBox> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 116; left: 406px; position: absolute; top: 424px" Width="132px"></asp:TextBox> <asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 117; left: 290px; position: absolute; top: 425px" Text="Login Detail :"></asp:Label> <asp:Image ID="Image2" runat="server" Height="45px" ImageUrl="~/Images/icon1.gif" Style="z-index: 118; left: 213px; position: absolute; top: 410px" Width="39px" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 119; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 120; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 122; left: 431px; position: absolute; top: 311px" Text="Student Login Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 124; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White"

Style="z-index: 125; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

ONLINE TEST PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Objective_Test.aspx.vb" Inherits="Objective_Test" %> <!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>Objective Test Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" />

<asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label15" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 135; left: 150px; position: absolute; top: 416px" Text="_____"></asp:Label> <asp:Label ID="Label14" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 115; left: 150px; position: absolute; top: 381px" Text="_____"></asp:Label> <asp:Label ID="Label12" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 116; left: 150px; position: absolute; top: 346px" Text="_____"></asp:Label> <asp:Label ID="Label11" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 117; left: 49px; position: absolute; top: 415px" Text="Incurrect :"></asp:Label> <asp:Label ID="Label9" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 118; left: 49px; position: absolute; top: 381px" Text="Currect :"></asp:Label>

<asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 119; left: 49px; position: absolute; top: 347px" Text="Question No:"></asp:Label> <asp:RadioButton ID="RadioButton4" runat="server" ForeColor="White" Style="zindex: 120; left: 697px; position: absolute; top: 536px" AutoPostBack="True" /> <asp:RadioButton ID="RadioButton3" runat="server" ForeColor="White" Style="zindex: 121; left: 427px; position: absolute; top: 536px" AutoPostBack="True" /> <asp:RadioButton ID="RadioButton2" runat="server" ForeColor="White" Style="zindex: 122; left: 697px; position: absolute; top: 493px" AutoPostBack="True" /> <asp:RadioButton ID="RadioButton1" runat="server" ForeColor="White" Style="zindex: 123; left: 427px; position: absolute; top: 493px" AutoPostBack="True" /> <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 124; left: 352px; position: absolute; top: 495px" Text="Option :"></asp:Label> <asp:TextBox ID="TextBox1" runat="server" Height="72px" Style="z-index: 125; left: 427px; position: absolute; top: 378px" TextMode="MultiLine" Width="476px" Enabled="False"></asp:TextBox> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 126; left: 876px; position: absolute; top: 536px">Submit</asp:LinkButton> &nbsp; <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 127; left: 352px; position: absolute; top: 379px" Text="Question :"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 128; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 129; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 131; left: 459px; position: absolute; top: 315px" Text="Objective Test Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 132; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 133; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label>

<asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 134; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

RESULT PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Result_Page.aspx.vb" Inherits="Result_Page" %> <!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>Result Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False"

ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label15" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="#C0C0FF" Style="z-index: 137; left: 412px; position: absolute; top: 551px" Width="290px">________________</asp:Label> <asp:TextBox ID="TextBox5" runat="server" Style="z-index: 115; left: 687px; position: absolute; top: 489px" Width="71px"></asp:TextBox> <asp:Label ID="Label12" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 116; left: 557px; position: absolute; top: 489px" Text="In Currect : "></asp:Label> <asp:TextBox ID="TextBox4" runat="server" Style="z-index: 117; left: 687px; position: absolute; top: 465px" Width="71px"></asp:TextBox> <asp:Label ID="Label11" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 118; left: 557px; position: absolute; top: 466px" Text="Currect : "></asp:Label> <asp:TextBox ID="TextBox3" runat="server" Style="z-index: 119; left: 687px; position: absolute; top: 441px" Width="71px"></asp:TextBox> <asp:Label ID="Label9" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 120;

left: 557px; position: absolute; top: 443px" Text="Attempt Question: "></asp:Label> <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 121; left: 322px; position: absolute; top: 465px"></asp:TextBox> <asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 122; left: 200px; position: absolute; top: 466px" Text="Stud Department:"></asp:Label> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 123; left: 322px; position: absolute; top: 441px" Width="214px"></asp:TextBox> &nbsp; <asp:LinkButton ID="LinkButton8" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="False" ForeColor="#E0E0E0" Style="z-index: 124; left: 571px; position: absolute; top: 378px">Show</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 125; left: 458px; position: absolute; top: 375px" Width="101px"> </asp:DropDownList> &nbsp; <asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="#C0C0FF" Style="z-index: 126; left: 340px; position: absolute; top: 551px" Width="67px">Result : </asp:Label> &nbsp; &nbsp; <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 127; left: 388px; position: absolute; top: 376px" Text="Exam ID: "></asp:Label> &nbsp; <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 128; left: 200px; position: absolute; top: 443px" Text="Stud User Name: "></asp:Label> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Admin_Home.aspx" Style="z-index: 129; left: 857px; position: absolute; top: 340px">Back to Admin Home</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 130; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 131; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp;

<asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 133; left: 52px; position: absolute; top: 311px" Text="Result Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 134; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 135; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 136; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

STUDENT HOME PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Student_Home.aspx.vb" Inherits="Student_Home" %> <!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>Student Home Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB"

Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 125; left: 39px; position: absolute; top: 378px" Text="_________"></asp:Label> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0"

PostBackUrl="~/Objective_Test.aspx" Style="z-index: 115; left: 727px; position: absolute; top: 527px">Start Test</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 118; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 119; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 121; left: 427px; position: absolute; top: 317px" Text="Student Home Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 122; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 124; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

SUGGETION FORM
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Suggestion.aspx.vb" Inherits="Suggestion" %> <!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>Suggestion Page</title> </head> <body> <form id="form1" runat="server">

<div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 101; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 102; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 103; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 104; left: 170px; position: absolute; top: 254px">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 105; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 106; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx">Home</asp:LinkButton> <asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 109; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif"

Style="z-index: 112; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="#FFE0C0" Style="z-index: 124; left: 261px; position: absolute; top: 544px" Text="______________" Width="381px"></asp:Label> <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 114; left: 794px; position: absolute; top: 508px">Submit</asp:LinkButton> <asp:TextBox ID="TextBox3" runat="server" BorderStyle="Solid" BorderWidth="1px" Height="120px" Style="z-index: 115; left: 261px; position: absolute; top: 408px" TextMode="MultiLine" Width="518px"></asp:TextBox> <asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 116; left: 133px; position: absolute; top: 413px" Text="Enter Suggestion :"></asp:Label> &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 117; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 118; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 120; left: 475px; position: absolute; top: 311px" Text="Suggestion Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 121; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 122; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

SUGGETION ADMIN PAGE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Suggetion_Admin.aspx.vb" Inherits="Suggetion_Admin" %> <!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>Suggetion Admin Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel ID="pn_bg" runat="server" Height="650px" Style="z-index: 100; left: 107px; position: absolute; top: 0px" Width="1024px"> <asp:Image ID="img_header_bg" runat="server" Height="86px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 100; left: 0px; position: absolute; top: 0px" Width="1024px" /> <asp:LinkButton ID="LinkButton7" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Home.aspx" Style="z-index: 101; left: 914px; position: absolute; top: 60px">Logout</asp:LinkButton> <asp:Label ID="Label1" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="Berlin Sans FB" Font-Size="36pt" ForeColor="#FFC080" Style="z-index: 102; left: 74px; position: absolute; top: 15px" Text="Online Examination"></asp:Label> &nbsp; <asp:Image ID="Image1" runat="server" Height="188px" ImageUrl="~/Images/banner lecturer support system.jpg" Style="z-index: 103; left: 286px; position: absolute; top: 100px" Width="580px" /> <asp:Image ID="img_menu_bg" runat="server" Height="188px" ImageUrl="~/Images/ul.gif" Style="z-index: 104; left: 106px; position: absolute; top: 102px" Width="163px" /> <asp:LinkButton ID="LinkButton4" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" PostBackUrl="~/Contact.aspx" Style="z-index: 105; left: 170px; position: absolute; top: 254px" Enabled="False">Contact</asp:LinkButton> <asp:Image ID="Image10" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 106; left: 141px; position: absolute; top: 261px" Width="8px" /> <asp:LinkButton ID="LinkButton1" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 107; left: 170px; position: absolute; top: 120px" PostBackUrl="~/Home.aspx" Enabled="False">Home</asp:LinkButton>

<asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 108; left: 170px; position: absolute; top: 164px" PostBackUrl="~/About_us.aspx" Enabled="False">About us</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="Black" Style="z-index: 109; left: 170px; position: absolute; top: 208px" PostBackUrl="~/Suggestion.aspx" Enabled="False">Suggestion</asp:LinkButton> &nbsp; &nbsp; <asp:Image ID="Image4" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 110; left: 141px; position: absolute; top: 126px" Width="8px" /> <asp:Image ID="Image8" runat="server" Height="5px" ImageUrl="~/Images/arrowhover.gif" Style="z-index: 111; left: 141px; position: absolute; top: 171px" Width="8px" /> <asp:Image ID="Image9" runat="server" Height="5px" ImageUrl="~/Images/arrow-hover.gif" Style="z-index: 112; left: 141px; position: absolute; top: 215px" Width="8px" /> <asp:Image ID="img_form_bg" runat="server" Height="349px" ImageUrl="~/Images/footerbg.gif" Style="z-index: 113; left: 0px; position: absolute; top: 301px" Width="1024px" /> <asp:TextBox ID="TextBox1" runat="server" Height="81px" Style="z-index: 129; left: 376px; position: absolute; top: 431px" TextMode="MultiLine" Width="377px"></asp:TextBox> <asp:LinkButton ID="LinkButton8" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="False" ForeColor="#E0E0E0" Style="z-index: 115; left: 548px; position: absolute; top: 388px">Show</asp:LinkButton> &nbsp; <asp:LinkButton ID="LinkButton5" runat="server" Font-Bold="True" FontItalic="False" Font-Names="Bell MT" Font-Size="Large" Font-Underline="True" ForeColor="#E0E0E0" Style="z-index: 116; left: 770px; position: absolute; top: 498px">Delete</asp:LinkButton> &nbsp; &nbsp;&nbsp; <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 117; left: 374px; position: absolute; top: 385px" Width="157px"> </asp:DropDownList> &nbsp; <asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Medium" ForeColor="#C0C0FF" Style="z-index: 118; left: 373px; position: absolute; top: 536px" Width="374px"></asp:Label> &nbsp; &nbsp; <asp:Label ID="Label13" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 119; left: 268px; position: absolute; top: 387px" Text="Suggestion No"></asp:Label> &nbsp;

<asp:Label ID="Label7" runat="server" Font-Bold="True" ForeColor="#FFFFC0" Style="z-index: 120; left: 268px; position: absolute; top: 437px" Text="Suggestion"></asp:Label> <asp:LinkButton ID="LinkButton6" runat="server" Font-Bold="True" FontUnderline="False" ForeColor="#FFFFC0" PostBackUrl="~/Admin_Home.aspx" Style="z-index: 121; left: 857px; position: absolute; top: 340px">Back to Admin Home</asp:LinkButton> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:Image ID="Image6" runat="server" Height="25px" ImageUrl="~/Images/body_shadow.gif" Style="z-index: 122; left: 0px; position: absolute; top: 590px" Width="1024px" /> <asp:Label ID="Label6" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 123; left: 511px; position: absolute; top: 604px" Text="Suggetion"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="White" Style="z-index: 125; left: 52px; position: absolute; top: 311px" Text="Admin Suggestion Page"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 126; left: 351px; position: absolute; top: 604px" Text="Home"></asp:Label> <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 127; left: 422px; position: absolute; top: 604px" Text="About us"></asp:Label> <asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Size="Medium" ForeColor="White" Style="z-index: 128; left: 605px; position: absolute; top: 604px" Text="Contact"></asp:Label> &nbsp; &nbsp;&nbsp; &nbsp; </asp:Panel> </div> </form> </body> </html>

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close