-
Notifications
You must be signed in to change notification settings - Fork 2
/
CreateMeeting2.aspx
34 lines (31 loc) · 1.08 KB
/
CreateMeeting2.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CreateMeeting2.aspx.cs" Inherits="marco.CreateMeeting2" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
Create Meating<br />
Please fill the following to create a meeting<br />
Leacturer ID<br />
</div>
<asp:TextBox ID="lecid" runat="server"></asp:TextBox>
<br />
Meeting Start Time<br />
<asp:TextBox ID="meetET" runat="server"></asp:TextBox>
<br />
Meeting end etime<br />
<asp:TextBox ID="meetST" runat="server"></asp:TextBox>
<br />
Meeting point<br />
<asp:TextBox ID="meetingp" runat="server"></asp:TextBox>
<br />
Date<br />
<asp:TextBox ID="meetingp0" runat="server"></asp:TextBox>
<br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" />
</form>
</body>
</html>