-
Notifications
You must be signed in to change notification settings - Fork 0
/
FeeStructure.aspx
84 lines (82 loc) · 8.14 KB
/
FeeStructure.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FeeStructure.aspx.cs" Inherits="School_Management_System.FeeStructure" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
font-weight: bold;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="width: 1366px; height: 768px; background-color: #FFFF66;">
<asp:Panel ID="Panel2" runat="server" BackColor="#000066" Font-Bold="True" Font-Size="X-Large" ForeColor="White" Height="90px" Width="1366px">
<br />
LOYOLA PRIMARY SCHOOL</asp:Panel>
<br />
<asp:Panel ID="Panel3" runat="server" Height="235px" style="margin-left: 184px" Width="703px" BackColor="White">
<br />
<asp:Label ID="Label1" runat="server" style="font-weight: 700" Text="Fee Structure Generation"></asp:Label>
<br />
<br />
<br />
<asp:Label ID="Label2" runat="server" Text="Registration Number"></asp:Label>
<asp:TextBox ID="regno_txtbx" runat="server" Height="33px" Width="156px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="* Enter Register Number" ControlToValidate="regno_txtbx" ForeColor="Red"></asp:RequiredFieldValidator>
<br />
<br />
<asp:Button ID="sub_btn" runat="server" Height="32px" OnClick="sub_btn_Click" Text="Submit" Width="84px" CssClass="auto-style1" />
<asp:Button ID="res_btn" runat="server" Height="32px" OnClick="res_btn_Click" Text="Reset" Width="84px" CssClass="auto-style1" CausesValidation="False" />
<asp:Button ID="back_btn" runat="server" CssClass="auto-style1" Height="33px" OnClick="back_btn_Click" Text="Back to Main Menu" Width="131px" CausesValidation="False" />
<br />
<asp:Label ID="sts_lbl" runat="server" Text="Label" Visible="False"></asp:Label>
</asp:Panel>
<br />
<asp:Panel ID="fee_pan" runat="server" Height="315px" style="margin-left: 182px" Width="709px" BackColor="White" Visible="False">
<br />
<br />
<asp:Label ID="Label3" runat="server" style="font-weight: 700" Text="Fee Structure"></asp:Label>
<br />
<br />
<asp:Label ID="Label4" runat="server" Text="This is to certify that Mr/Ms"></asp:Label>
.
<asp:Label ID="name_lbl" runat="server" Text="Label" CssClass="auto-style1"></asp:Label>
<asp:Label ID="Label7" runat="server" Text="with Registration Number"></asp:Label>
<asp:Label ID="rno_lbl" runat="server" Text="Label" CssClass="auto-style1"></asp:Label>
<asp:Label ID="Label8" runat="server" Text="is Paid For RS."></asp:Label>
<asp:Label ID="fee_lbl" runat="server" Text="Label" CssClass="auto-style1"></asp:Label>
in
<asp:Label ID="Std" runat="server" Text="std"></asp:Label>
<asp:Label ID="std_lbl" runat="server" Text="STD." CssClass="auto-style1"></asp:Label>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<asp:Label ID="Label10" runat="server" Text="Place:"></asp:Label>
<asp:Label ID="Label12" runat="server" Text="Loyola School,Chennai."></asp:Label>
<br />
<br />
<asp:Label ID="Label11" runat="server" Text="Date:"></asp:Label>
<asp:Label ID="datee_lbl" runat="server" Text="Label"></asp:Label>
<asp:Label ID="Label14" runat="server" Text="Principal Signature"></asp:Label>
</asp:Panel>
</div>
</form>
</body>
</html>