-
Notifications
You must be signed in to change notification settings - Fork 0
/
control.aspx
63 lines (61 loc) · 1.51 KB
/
control.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
52
53
54
55
56
57
58
59
60
61
62
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="control.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style6
{
width: 190px;
}
.style7
{
width: 214px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table align="center" class="style3">
<tr>
<td class="style7">
</td>
<td class="style6">
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style7">
</td>
<td class="style6">
<asp:Button ID="Button1" runat="server" Text="Count Present" Width="150px"
onclick="Button1_Click" />
</td>
<td>
<asp:Button ID="Button3" runat="server" Text="Add Employee" Width="150px"
onclick="Button3_Click" />
</td>
<td>
</td>
</tr>
<tr>
<td class="style7">
</td>
<td class="style6">
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style7">
</td>
<td class="style6">
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</asp:Content>