-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLecturerSignUP.aspx
32 lines (30 loc) · 1.07 KB
/
LecturerSignUP.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LecturerSignUP.aspx.cs" Inherits="marco.LecturerSignUP" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
Fill the following to create an account for a lecturer<br />
Type Lecturer in the following box
<br />
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
<br />
Username<br />
<asp:TextBox ID="username" runat="server"></asp:TextBox>
<br />
Email<br />
<asp:TextBox ID="email" runat="server"></asp:TextBox>
<br />
phone number<br />
<asp:TextBox ID="phone" runat="server"></asp:TextBox>
<br />
Your password will be auto generated.<br />
<asp:Button ID="Button1" runat="server" Text="Submit" OnClick="Submit" />
<br />
</div>
</form>
</body>
</html>