-
Notifications
You must be signed in to change notification settings - Fork 8
/
admissionHomePage.aspx
36 lines (20 loc) · 1.21 KB
/
admissionHomePage.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
<%@ Page Language="C#" MasterPageFile="~/adminMaster.master" AutoEventWireup="true" CodeFile="admissionHomePage.aspx.cs" Inherits="home_page_for_admission" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<p style="height: 57px; font-family: 'Comic Sans MS'; font-size: large; color: #993333">
</p>
<p style="height: 57px; font-family: 'Comic Sans MS'; font-size: large; color: #993333">
Administrator can set different fee names settings for different classes using a
simple interface. Also fee amount for different fee items for different months
can be set for common fee items</p>
<p style="height: 57px; font-family: 'Comic Sans MS'; font-size: large; color: #993333">
Fee amount to be paid by a student is done by searching the student. By
entering student Id or class or name, the amount to be paid for a particular
period is viewed</p>
<p style="height: 57px; font-family: 'Comic Sans MS'; font-size: large; color: #993333">
Monthly fee items are displayed based on the monthly fee setting. For each
student fee pending amount is displayed</p>
<p>
</p>
<p>
</p>
</asp:Content>