-
Notifications
You must be signed in to change notification settings - Fork 0
/
BonafiedcertificateGen.aspx
78 lines (76 loc) · 9.19 KB
/
BonafiedcertificateGen.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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BonafiedcertificateGen.aspx.cs" Inherits="School_Management_System.BonafiedcertificateGen" %>
<!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 />
<br />
<asp:Panel ID="Panel1" runat="server" Height="280px" BackColor="White" style="margin-left: 303px" Width="724px">
<br />
<asp:Label ID="Label1" runat="server" style="font-weight: 700" Text="BONAFIED CERTIFICATE GENERATION"></asp:Label>
<br />
<br />
<br />
<asp:Label ID="Label2" runat="server" style="font-weight: 700" Text="Registration Number"></asp:Label>
<asp:TextBox ID="regno_txtbx" runat="server" Height="22px" Width="130px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="regno_txtbx" ErrorMessage="*Enter Register Number" ForeColor="Red"></asp:RequiredFieldValidator>
<br />
<br />
<asp:Button ID="sub_btn" runat="server" Height="32px" OnClick="sub_btn_Click" Text="Submit" Width="72px" CssClass="auto-style1" />
<asp:Button ID="res_btn" runat="server" Height="32px" OnClick="res_btn_Click" Text="Reset" Width="72px" 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 />
<br />
<asp:Label ID="sts_lbl" runat="server" Text="Label" Visible="False"></asp:Label>
</asp:Panel>
<br />
<br />
<asp:Panel ID="bonafied_panel" runat="server" Height="285px" style="margin-left: 309px" Width="720px" Visible="False" BackColor="White">
<br />
<asp:Label ID="Label3" runat="server" style="font-weight: 700" Text="BONAFIED CERTIFICATE"></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" style="font-weight: 700"></asp:Label>
<asp:Label ID="Label7" runat="server" Text="With Registration Number"></asp:Label>
<asp:Label ID="regno_lbl" runat="server" Text="Label" style="font-weight: 700"></asp:Label>
<asp:Label ID="Label8" runat="server" Text="is bonafied of this school"></asp:Label>
<br />
<br />
<asp:Label ID="Label9" runat="server" Text="studying in the std"></asp:Label>
<asp:Label ID="std_lbl" runat="server" style="font-weight: 700" Text="Label"></asp:Label>
.<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="date_lbl" runat="server" Text="Label"></asp:Label>
<asp:Label ID="Label14" runat="server" Text="Correspondent Signature"></asp:Label>
<br />
<br />
</asp:Panel>
</div>
</form>
</body>
</html>