Vous êtes sur la page 1sur 31

Add Employee:

<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="AddEmployee.aspx.vb" Inherits="OnlineStudentExam.AddEmployee" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 218px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> &nbsp;<table class="style6"> <tr> <td class="style7" style="font-size: x-large; font-weight: bold; text-decoration: underline"> &nbsp;Add Employee</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br />(First Name)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br />(Middle Name)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <br />(Last Name)</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> <br />(Address1)</td>

<td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> <br />(Address 2)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox6" runat="server"></asp:TextBox> <br />(Mobile No.)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox7" runat="server"></asp:TextBox> <br />(Email Address)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> (Select Subject)<asp:RadioButtonList ID="RadioButtonList1" runat="server"> <asp:ListItem>Java</asp:ListItem> <asp:ListItem>.Net</asp:ListItem> <asp:ListItem>Oracle</asp:ListItem> <asp:ListItem>PHP</asp:ListItem> </asp:RadioButtonList> </td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> <asp:Button ID="btnregister" runat="server" Text="Register" /> &nbsp; <asp:Button ID="btncancel" runat="server" Text="Cancel" Width="71px" /> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td>

&nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table> </asp:Content>

Add User:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="AddUser.aspx.vb" Inherits="OnlineStudentExam.AddUser" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { height: 22px; } .style8 { width: 141px; } </style> </asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style8" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Add User:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Admin</asp:ListItem> <asp:ListItem>Employee</asp:ListItem> <asp:ListItem>Student</asp:ListItem> </asp:DropDownList> <br /> (User Type)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>Jack</asp:ListItem> </asp:DropDownList> <br /> (Name)</td> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> <br /> (User Reg ID)</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> (Login ID)</td> <td> &nbsp;</td> <td>

&nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br /> (Password)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <br /> (Retype Password)</td> <td class="style7"> </td> <td class="style7"> </td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> <asp:Button ID="btnsubmit" runat="server" Text="Submit" /> &nbsp;&nbsp; <asp:Button ID="btncancel" runat="server" Text="Cancel" /> </td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table> </asp:Content>

Delete Question Paper:


<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="AddUser.aspx.vb" Inherits="OnlineStudentExam.AddUser" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { height: 22px; } .style8 { width: 141px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style8" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Add User:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Admin</asp:ListItem> <asp:ListItem>Employee</asp:ListItem> <asp:ListItem>Student</asp:ListItem> </asp:DropDownList> <br />

(User Type)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>Jack</asp:ListItem> </asp:DropDownList> <br /> (Name)</td> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> <br /> (User Reg ID)</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> (Login ID)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br /> (Password)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <br /> (Retype Password)</td> <td class="style7"> </td> <td class="style7"> </td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td>

</tr> <tr> <td class="style8"> <asp:Button ID="btnsubmit" runat="server" Text="Submit" /> &nbsp;&nbsp; <asp:Button ID="btncancel" runat="server" Text="Cancel" /> </td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table> </asp:Content>

Examination Conducted:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Main.Master" CodeBehind="ExaminationConducted.aspx.vb" Inherits="OnlineStudentExam.ExaminationConducted" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style9 { width: 240px; } .style10 { width: 345px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style9" style="font-size: x-large; font-weight: bold; text-decoration: underline">

Examinations Offered</td> <td class="style10"> &nbsp;</td> </tr> <tr> <td class="style9"> &nbsp;</td> <td class="style10"> &nbsp;</td> </tr> <tr> <td class="style9" style="font-size: x-large; text-decoration: underline"> Java:</td> <td class="style10" style="font-size: x-large; text-decoration: underline"> .Net:</td> </tr> <tr> <td class="style9"> A comprehensive test comprising all sorts of technical, logical and development based question which will test your skills in java.<br /> Duration: 1 Hr.<br /> Marks:20.<br /> Negative Marking: No.</td> <td class="style10"> This will test your knowledge of the Micrsoft Application<br /> Microsoft .Net Framework. Various Types of questions comprising of basic, <br /> logical and intellectual topics will be asked.<br /> Duration:1 Hr.<br /> Marks:20.<br /> Negative Marking: No.<br /> </td> </tr> <tr> <td class="style9"> &nbsp;</td> <td class="style10"> &nbsp;</td> </tr> <tr> <td class="style9" style="font-size: x-large; text-decoration: underline"> Oracle:</td> <td class="style9" style="font-size: x-large; text-decoration: underline"> PHP:</td> </tr> <tr> <td class="style9"> A basic test, tesing your knowledge of&nbsp; Oracle. <br /> Duration: 1 Hr.<br /> Marks: 20.<br />

Negative Marking: No.</td> <td class="style10"> Put your web development skills to test with this <br /> examination.<br /> Duratin: 1 Hr.<br /> Marks: 20.<br /> Negative Marking: No.</td> </tr> </table> </asp:Content>

Login:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Main.Master" CodeBehind="Login.aspx.vb" Inherits="OnlineStudentExam.Login" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp :Login ID="Login1" runat="server" BackColor="#EFF3FB" BorderColor="#B5C7DE" BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" FontNames="Verdana" Font-Size="0.8em" ForeColor="#333333" Height="211px" Width="404px"> <TextBoxStyle Font-Size="0.8em" /> <LoginButtonStyle BackColor="White" BorderColor="#507CD1" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" /> <InstructionTextStyle Font-Italic="True" ForeColor="Black" /> <TitleTextStyle BackColor="#507CD1" Font-Bold="True" FontSize="0.9em" ForeColor="White" /> </asp:Login> </asp:Content>

Set Question Paper:


<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="SetQuestionPaper.aspx.vb" Inherits="OnlineStudentExam.SetQuestionPaper" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 215px; } .style8 { width: 252px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style8" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Set Question Paper:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Java</asp:ListItem> </asp:DropDownList> <br /> (Subject)</td> <td class="style7" style="font-size: x-small">

<asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> <br /> (Question Set No.)</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> Question No.</td> <td> <asp:DropDownList ID="DropDownList3" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> </td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> Question</td> <td> <asp:TextBox ID="TextBox1" runat="server" Height="51px" Width="460px"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> <asp:RadioButton ID="RadioButton1" runat="server" Text="Option A" /> &nbsp;<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> </td> <td> <asp:RadioButton ID="RadioButton3" runat="server" Text="Option C" /> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> </td> <td>

&nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> <asp:RadioButton ID="RadioButton2" runat="server" Text="Option B" /> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> </td> <td> <asp:RadioButton ID="RadioButton4" runat="server" Text="Option D" /> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;<asp:Button ID="btnprevious" runat="server" Text="Previous" /> &nbsp;&nbsp;&nbsp; <asp:Button ID="Button1" runat="server" Text="Save" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> <td> &nbsp;&nbsp;&nbsp; <asp:Button ID="Button2" runat="server" Text="Cancel" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Button ID="btnnext" runat="server" Text="Next" /> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table>

</asp:Content>

Student Exam:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="StudentExam.aspx.vb" Inherits="OnlineStudentExam.StudentExam" %> <!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>Untitled Page</title> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 215px; } </style> </head> <body> <form id="form1" runat="server"> <div> <table class="style6"> <tr> <td class="style7" style="font-size: x-large; font-weight: bold; text-decoration: underline"> <span lang="en-us">Student Exam</span>:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox6" runat="server" Width="69px"></asp:TextBox>

<br /> (<span lang="en-us">Exam ID</span>)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Java</asp:ListItem> </asp:DropDownList> <br /> (Subject)</td> <td class="style7" style="font-size: x-small"> <asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> <br /> (Question Set No.)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> Question No.</td> <td> <asp:DropDownList ID="DropDownList3" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> Question</td> <td> <asp:TextBox ID="TextBox1" runat="server" Height="51px" Width="460px"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td>

<td> &nbsp;</td> </tr> <tr> <td class="style7"> <asp:RadioButton ID="RadioButton1" runat="server" Text="Option A" /> &nbsp;<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> </td> <td> <asp:RadioButton ID="RadioButton3" runat="server" Text="Option C" /> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> <asp:RadioButton ID="RadioButton2" runat="server" Text="Option B" /> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> </td> <td> <asp:RadioButton ID="RadioButton4" runat="server" Text="Option D" /> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;<asp:Button ID="btnprevious" runat="server" Text="Previous" /> &nbsp;&nbsp;&nbsp; <span lang="enus">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span> <asp:Button ID="Submit" runat="server" Text="Submit" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> <td>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Button ID="btnnext" runat="server" Text="Next" /> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table> </div> </form> </body> </html>

Student registration:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Main.Master" CodeBehind="StudentRegistration.aspx.vb" Inherits="OnlineStudentExam.StudentRegistration" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 218px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr>

<td class="style7" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Student Registration</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> (First Name)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br /> (Middle Name)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <br /> (Last Name)</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> <br /> (Address1)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> <br /> (Address 2)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox6" runat="server"></asp:TextBox> <br /> (Mobile No.)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox7" runat="server"></asp:TextBox> <br /> (Email Address)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7">

(Select Subject)<asp:RadioButtonList ID="RadioButtonList1" runat="server"> <asp:ListItem>Java</asp:ListItem> <asp:ListItem>.Net</asp:ListItem> <asp:ListItem>Oracle</asp:ListItem> <asp:ListItem>PHP</asp:ListItem> </asp:RadioButtonList> </td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> <asp:Button ID="btnregister" runat="server" Text="Register" /> &nbsp; <asp:Button ID="btncancel" runat="server" Text="Cancel" Width="71px" /> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr>

<tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table> </asp:Content>

Subject Details:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="SubjectDetails.aspx.vb" Inherits="OnlineStudentExam.SubjectDetails" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 169px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style7" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Subject Details:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7">

&nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Java</asp:ListItem> </asp:DropDownList> <br /> (Subject)</td> <td class="style7" style="font-size: x-small"> <asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> <br /> (Question Set No.)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> <asp:Button ID="Button1" runat="server" Text="Add" /> &nbsp;&nbsp; <asp:Button ID="Button2" runat="server" Text="Cancel" /> </td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr>

</table> </asp:Content>

Update Employee:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="UpdateEmployee.aspx.vb" Inherits="OnlineStudentExam.UpdateEmployee" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 218px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style7" style="font-size: x-large; font-weight: bold; text-decoration: underline"> UpdateEmployee</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr>

<td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br />(First Name)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br />(Middle Name)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <br />(Last Name)</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> <br />(Address1)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> <br />(Address 2)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox6" runat="server"></asp:TextBox> <br />(Mobile No.)</td> <td class="style7" style="font-size: x-small"> <asp:TextBox ID="TextBox7" runat="server"></asp:TextBox> <br />(Email Address)</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> (Select Subject)<asp:RadioButtonList ID="RadioButtonList1" runat="server"> <asp:ListItem>Java</asp:ListItem> <asp:ListItem>.Net</asp:ListItem> <asp:ListItem>Oracle</asp:ListItem> <asp:ListItem>PHP</asp:ListItem> </asp:RadioButtonList> </td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td>

<asp:Button ID="btnupdate" runat="server" Text="Update" /> &nbsp; <asp:Button ID="btndelete" runat="server" Text="Delete" Width="71px" /> &nbsp; <asp:Button ID="btncancel" runat="server" Text="Cancel" /> </td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style7"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table> </asp:Content>

Update Question:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="UpdateQuestion.aspx.vb" Inherits="OnlineStudentExam.DeleteQuestion" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style7 { width: 215px; } .style8 { width: 249px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style8" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Update Question Paper:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Java</asp:ListItem> </asp:DropDownList> <br />(Subject)</td> <td class="style7" style="font-size: x-small">

<asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> <br />(Question Set No.)</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> Question No.</td> <td> <asp:DropDownList ID="DropDownList3" runat="server"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList> </td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> Question</td> <td> <asp:TextBox ID="TextBox1" runat="server" Height="51px" Width="460px"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> <asp:RadioButton ID="RadioButton1" runat="server" Text="Option A" /> &nbsp;<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> </td> <td> <asp:RadioButton ID="RadioButton3" runat="server" Text="Option C" /> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> </td> <td> &nbsp;</td>

</tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> <asp:RadioButton ID="RadioButton2" runat="server" Text="Option B" /> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> </td> <td> <asp:RadioButton ID="RadioButton4" runat="server" Text="Option D" /> <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox> </td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;<asp:Button ID="btnprevious" runat="server" Text="Previous" /> &nbsp;&nbsp;&nbsp; <asp:Button ID="btndelete" runat="server" Text="Delete" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Button ID="btnupdate" runat="server" Text="Update" /> </td> <td> &nbsp;&nbsp;&nbsp; <asp:Button ID="Button2" runat="server" Text="Cancel" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Button ID="btnnext" runat="server" Text="Next" /> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> </table>

</asp:Content>

Update User:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="UpdateUser.aspx.vb" Inherits="OnlineStudentExam.UpdateUser" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <style type="text/css"> .style6 { width: 100%; } .style8 { width: 141px; } .style7 { height: 22px; } </style> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <table class="style6"> <tr> <td class="style8" style="font-size: x-large; font-weight: bold; text-decoration: underline"> Update User:</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td>

</tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Admin</asp:ListItem> <asp:ListItem>Employee</asp:ListItem> <asp:ListItem>Student</asp:ListItem> </asp:DropDownList> <br /> (User Type)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem>Jack</asp:ListItem> </asp:DropDownList> <br /> (Name)</td> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox> <br /> (User Reg ID)</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> (Login ID)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> <br /> (Password)</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8" style="font-size: x-small"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> <br /> (Retype Password)</td> <td class="style7"> </td> <td class="style7">

</td> </tr> <tr> <td class="style8"> &nbsp;</td> <td> &nbsp;</td> <td> &nbsp;</td> </tr> <tr> <td class="style8"> <asp:Button ID="btnupdate" runat="server" Text="Update" /> &nbsp;&nbsp; <asp:Button ID="btndelete" runat="server" Text="Delete" /> </td> <td> <asp:Button ID="btncancel" runat="server" Text="Cancel" /> </td> <td> &nbsp;</td> </tr> </table> </asp:Content>

View Question paper:


<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="ViewQuestionPaper.aspx.vb" Inherits="OnlineStudentExam.ViewQuestionPaper" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <br /> <br /> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Java</asp:ListItem> </asp:DropDownList> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:DropDownList ID="DropDownList2" runat="server" Width="69px"> <asp:ListItem>1</asp:ListItem> </asp:DropDownList>

<br /> (Subject)&nbsp;&nbsp;&nbsp; (Question Paper No)&nbsp;&nbsp;&nbsp; <asp:Button ID="btnview" runat="server" Text="View" /> <br /> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="293px" Width="826px"> <Columns> <asp:BoundField HeaderText="Subject Name" /> <asp:BoundField HeaderText="Question Set No." /> <asp:BoundField HeaderText="Question No." /> <asp:BoundField HeaderText="Question" /> <asp:BoundField HeaderText="Option A" /> <asp:BoundField HeaderText="Option B" /> <asp:BoundField HeaderText="Option C" /> <asp:BoundField HeaderText="Option D" /> <asp:BoundField HeaderText="Answer" /> </Columns> <HeaderStyle Height="20px" /> </asp:GridView> </asp:Content>

View Users:
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Admin.Master" CodeBehind="ViewUsers.aspx.vb" Inherits="OnlineStudentExam.ViewUsers" title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="170px" Width="765px"> <Columns> <asp:BoundField HeaderText="UserType" /> <asp:BoundField HeaderText="Name" /> <asp:BoundField HeaderText="User Reg ID" /> <asp:BoundField HeaderText="Login ID" /> <asp:BoundField HeaderText="Password" /> </Columns> <HeaderStyle Height="30px" /> </asp:GridView> </asp:Content>

Vous aimerez peut-être aussi