-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboardadmin.aspx
69 lines (69 loc) · 1.99 KB
/
dashboardadmin.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
63
64
65
66
67
68
69
<%@ Page Title="" Language="C#" MasterPageFile="~/adminpanel.Master" AutoEventWireup="true" CodeBehind="dashboardadmin.aspx.cs" Inherits="Internship.dashboardadmin" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.auto-style2 {
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<p>
<br />
</p>
<p>
</p>
<table class="auto-style2">
<tr>
<td>
<asp:Image ID="Image1" runat="server" ImageUrl="~/image/11.jpeg" Height="89px" Width="85px" />
</td>
<td>
<asp:Image ID="Image2" runat="server" Height="88px" ImageUrl="~/image/2.jpg" Width="105px" />
</td>
<td>
<asp:Image ID="Image3" runat="server" Height="91px" ImageUrl="~/image/3.jpg" Width="104px" />
</td>
<td>
<asp:Image ID="Image4" runat="server" Height="80px" ImageUrl="~/image/4.jpg" Width="101px" />
</td>
<td>
<asp:Image ID="Image5" runat="server" Height="72px" ImageUrl="~/image/5.jpg" Width="129px" />
</td>
</tr>
<tr>
<td>
No.of HOD:
<asp:Label ID="Label2" runat="server" Text="Label" ForeColor="#003366"></asp:Label>
</td>
<td>Student :
<asp:Label ID="Label3" runat="server" Text="Label" ForeColor="#003366"></asp:Label>
</td>
<td>Student :
<asp:Label ID="Label4" runat="server" Text="Label" ForeColor="#003366"></asp:Label>
</td>
<td>Student :<asp:Label ID="Label5" runat="server" Text="Label" ForeColor="#003366"></asp:Label>
</td>
<td>Total :
<asp:Label ID="Label6" runat="server" Text="Label" ForeColor="#003366"></asp:Label>
</td>
</tr>
</table>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
.</p>
</asp:Content>