-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCompanyCreateLocalProject.aspx
51 lines (46 loc) · 1.44 KB
/
CompanyCreateLocalProject.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<%@ 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 employee
<br />
Type employee in the following box
<br />
<div>
Fill the following to create an account for a company
<br />
Type company in the following box
<br />
<asp:TextBox ID=TextBox1
runat="server"></asp:TextBox>
<br />
Username<br />
<asp:TextBox ID=TextBox2 runat="server"></asp:TextBox>
<br />
Email<br />
<asp:TextBox ID=TextBox3 runat="server"></asp:TextBox>
<br />
Name<br />
<asp:TextBox ID="phone" runat="server"></asp:TextBox>
<br />
Phone<br />
<asp:TextBox ID=TextBox4 runat="server"></asp:TextBox>
<br />
Field<br />
<asp:TextBox ID=TextBox5 runat="server"></asp:TextBox>
<br />
staff_id<br />
<asp:TextBox ID=TextBox6 runat="server"></asp:TextBox>
<br />
Pass<br />
<asp:Button ID="Button1" runat="server" Text="Submit" OnClick="Submit" />
<br />
</div>
</form>
</body>
</html>