HTML Code
HTML Code
HTML Code
aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/HomePage.Master"
AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SMS.Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table>
<tr>
<td>
</td>
</tr>
</table>
</asp:Content>
Curriculam.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/HomePage.Master"
AutoEventWireup="true" CodeBehind="Curriculum.aspx.cs" Inherits="SMS.Cirriculum"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style6
{
font-size: xx-large;
}
.style7
{
text-decoration: underline;
font-size: x-large;
}
.style8
{
font-size: x-large;
text-decoration: underline;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="font-size:medium; color:black; background-color:#ffdab9; font-family: 'Eras
Medium ITC'; text-align: left;">
<tr>
<td>
<p style="height: 600px"><span class="style6">T</span>he Crescent
Academy<strong> </strong>is a school with classes from kindergarten to Higher
Secondary level. The School is affiliated to the C.B.S.E. New Delhi.<br>
The focus is on all-round development and teaching is child-oriented. Play way
method is followed for the Nursery. <br>
The students appear for the regular C.B.S.E upto Class 12. Equal importance is given
to academies and extra-curricular activities. C.B.S.E syllabus and NCERT books are
followed strictly for classes 9 to 12.<br>
<br/>
The school offers Math, Physics, Chemistry with Biology / Computer Science in
the Science stream.
Accounts, Economics, Business studies and Math are offered in the Commerce
stream. <br>
The Crescent Academy<strong> </strong>has well-equipped labs and an audiovisual room to keep the children abreast with the changing times and computer science
is part of the Work Experience Syllabus.<br>
<br />
Every term has at least one major celebration - Sports Day and School Day in the 1st
Term, Alumni Day and Project Day in the 2nd Term and Founders' Day, Primary School
Day and KG School Day in the 3rd Term. <br>
<br />
<strong style="text-align: center"><span class="style7">Library</span> <br>
</strong>There is a common library both for the primary and high school which has
books cover the entire range of subjects taught at the school and house. Approximately
5000 books are available. The library is kept open from 8.00 am to 3.00 pm. <br>
<strong><span class="style8">Quest and Prayoga</span><br>
</strong>Prayoga and Quest are learn by doing science laboratories in the primary
and middle school respectively. The students are provided with instruction cards, based
on which, they carry out experiments independently.<br>
<br>
<strong style="font-size: x-large; text-decoration: underline">Audio-Visual Room<br>
</strong>A user friendly Audio-Visual Room with a multimedia computer and an
DIGITAL projector, TV and VCR is something the school is proud of.<br>
<br />
<strong style="text-decoration: underline">EVS<br />
</strong>In accordance with the CBSE mandate, environmental science has been
introduced as a special subject in the academic year(2007) from classes 1 to 9 . Though
EVS has been an integral part of science and social studies,<BR/> it is being dealt with
in detail as a new subject. The topics touched upon are Air, Water, Wealth from waste,
clothing, functioning and festivals, health and hygiene, Bio diversity, environmental
management and sustainable development. </p>
<p><strong style="text-decoration: underline">VALUE EDUCATION</strong><br />
Teaching of Values has always been happening at VM. It's happening with a difference
this year - a bright set of text books with interesting stories, anecdotes and activities
have been garnered into action to help with value education.<br/>
<br>
Classes 3 to 8 have value education classes focusing on a set of values specifically in
a graded manner. A fun way not only to learn, but practice essential attributes! </p>
</ul>
<p><strong style="text-decoration: underline">DESIRED OUT COMES</strong></p>
<ul>
<li>Brilliance in education</li>
<li>Mastery in languages</li>
<li>Reinforcement of talents</li>
<li> Physical soberness</li>
<li>Equipped to challenges</li>
</ul>
</td>
</tr>
</table>
</asp:Content>
Contactus.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/HomePage.Master"
AutoEventWireup="true"
CodeBehind="Contactus.aspx.cs" Inherits="SMS.Contactus" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style7
{
color: #000000;
font-weight: bold;
font-size: large;
font-family: "Lucida Bright";
}
.style8
{
font-size: large;
font-weight: bold;
color: #000066;
font-family: "Eras Light ITC";
}
.style9
{
height: 46px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="height: 500px; width: 800px; background-color: #ffdab9; text-align:
left;">
<tr>
<td colspan="2" style="font-weight: 700; font-size: x-large; text-align: center;
background-color: Navy; color: #FFFFFF;" class="style9">
Contact Us
</td>
</tr>
<tr>
<td colspan="2" style="background-color: #ffdab9; text-align: center; fontweight: 700;
font-size: large;" class="style10">
<span class="style11">The Crescent Academy</span><br class="style14" />
<span class="style14">At-khankah, Near-D.S.College Katihar</span><br
class="style14" />
<span class="style14">Pin No.-854105,State-Bihar</span><br
class="style14" />
<span class="style14">Phone-06452/248560</span><br class="style14" />
<span class="style14">Mb.-9631384350</span><br class="style14" />
<span class="style14">
7870790192</span><br
class="style14" />
<ul>
Email Id.<li class="style12"><strong><a href="">[email protected]</a><a
href="" class="style13">
</a></strong></li>
</ul>
</td>
</tr>
<tr>
<td colspan="2" style="font-weight: 700; font-size: x-large; text-align: center;
background-color: Navy; color: #FFFFFF;" class="style9">
</td>
</tr>
</table>
</asp:Content>
Feedback.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/HomePage.Master"
AutoEventWireup="true"
CodeBehind="Feedback.aspx.cs" Inherits="SMS.Feedback" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style6
{
text-align: left;
}
.style7
{
text-align: left;
font-weight: bold;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Gallery.aspx.cs
<%@ Page Title="" Language="C#" MasterPageFile="~/HomePage.Master"
AutoEventWireup="true"
CodeBehind="Gallary.aspx.cs" Inherits="SMS.Gallary" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="width: 700px; height: 400px">
<tr>
<td style="font-family:Arial, Verdana;background-color:#fff;">
<!-- it works the same with all jquery version from 1.x to 2.x -->
<script type="text/javascript" src="Gallary/js/jquery-1.9.1.min.js"></script>
<!-- use jssor.slider.mini.js (40KB) instead for release -->
<!-- jssor.slider.mini.js = (jssor.js + jssor.slider.js) -->
<script type="text/javascript" src="Gallary/js/jssor.js"></script>
<script type="text/javascript" src="Gallary/js/jssor.slider.js"></script>
<script>
jQuery(document).ready(function ($) {
var _SlideshowTransitions = [
//Fade in L
{$Duration: 1200, x: 0.3, $During: { $Left: [0.3, 0.7] }, $Easing: { $Left:
$JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2 }
//Fade out R
, { $Duration: 1200, x: -0.3, $SlideOut: true, $Easing: { $Left: $JssorEasing$.
$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2 }
//Fade in R
, { $Duration: 1200, x: -0.3, $During: { $Left: [0.3, 0.7] }, $Easing: { $Left:
$JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2 }
//Fade out L
, { $Duration: 1200, x: 0.3, $SlideOut: true, $Easing: { $Left: $JssorEasing$.
$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2 }
//Fade in T
, { $Duration: 1200, y: 0.3, $During: { $Top: [0.3, 0.7] }, $Easing: { $Top:
$JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2,
$Outside: true }
//Fade out B
, { $Duration: 1200, y: -0.3, $SlideOut: true, $Easing: { $Top: $JssorEasing$.
$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $Outside: true }
//Fade in B
, { $Duration: 1200, y: -0.3, $During: { $Top: [0.3, 0.7] }, $Easing: { $Top:
$JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2 }
//Fade out T
$ThumbnailNavigatorOptions: {
specify and enable thumbnail navigator or not
$Class: $JssorThumbnailNavigator$,
create thumbnail navigator instance
$ChanceToShow: 2,
Over, 2 Always
$ActionMode: 1,
click, 2 act by mouse hover, 3 both, default value is 1
$SpacingX: 8,
between each thumbnail in pixel, default value is 0
$DisplayPieces: 10,
to display, default value is 1
$ParkingPosition: 360
to park thumbnail
}
};
//[Optional] Options to
//[Required] Class to
//[Required] 0 Never, 1 Mouse
}
.jssora05r.jssora05rdn
{
background-position: -310px -40px;
}
</style>
<!-- Arrow Left -->
<span u="arrowleft" class="jssora05l" style="top: 158px; left:
8px;"></span>
<!-- Arrow Right -->
<span u="arrowright" class="jssora05r" style="top: 158px; right:
8px"></span>
<!--#endregion Arrow Navigator Skin End -->
<!--#region Thumbnail Navigator Skin Begin -->
<!-- Help: http://www.jssor.com/development/slider-with-thumbnailnavigator-jquery.html -->
<style>
/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p
(normal)
.jssort01 .p:hover
(normal mouseover)
.jssort01 .p.pav
(active)
.jssort01 .p.pdn
(mousedown)
*/
.jssort01
{
position: absolute; /* size of thumbnail navigator container */
width: 800px;
height: 100px;
}
.jssort01 .p
{
position: absolute;
top: 0;
left: 0;
width: 72px;
height: 72px;
}
.jssort01 .t
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.jssort01 .w
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.jssort01 .c
{
position: absolute;
top: 0px;
left: 0px;
width: 68px;
height: 68px;
border: #000 2px solid;
box-sizing: content-box;
background: url(../img/t01.png) -800px -800px no-repeat;
_background: none;
}
.jssort01 .pav .c
{
top: 2px;
_top: 0px;
left: 2px;
_left: 0px;
width: 68px;
height: 68px;
border: #000 0px solid;
_border: #fff 2px solid;
background-position: 50% 50%;
}
.jssort01 .p:hover .c
{
top: 0px;
left: 0px;
width: 70px;
height: 70px;
border: #fff 1px solid;
background-position: 50% 50%;
}
.jssort01 .p.pdn .c
{
background-position: 50% 50%;
width: 68px;
height: 68px;
border: #000 2px solid;
}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c
{
/* ie quirks mode adjust */
width: /**/ 72px;
height: /**/ 72px;
}
</style>
<!-- thumbnail navigator container -->
<div u="thumbnavigator" class="jssort01" style="left: 0px; bottom: 0px;">
<!-- Thumbnail Item Skin Begin -->
<div u="slides" style="cursor: default;">
<div u="prototype" class="p">
<div class="w">
<div u="thumbnailtemplate" class="t">
</div>
</div>
<div class="c">
</div>
</div>
</div>
<!-- Thumbnail Item Skin End -->
</div>
<!--#endregion Thumbnail Navigator Skin End -->
<a style="display: none" href="http://www.jssor.com">Bootstrap Slider</a>
</div>
<!-- Jssor Slider End -->
</td>
</tr>
</table>
</asp:Content>
Homeview.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/HomePage.Master"
AutoEventWireup="true"
CodeBehind="Homeview.aspx.cs" Inherits="SMS.Homeview" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style6
{
height: 611px;
width: 1046px;
}
.style7
{
width: 1046px;
background-color: Yellow;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
$PlayOrientation: 1,
//[Optional] Orientation to
play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6
vertical reverse, default value is 1
$DragOrientation: 1
//[Optional] Orientation to
drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the
$DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater
than 1, or parking position is not 0)
};
var jssor_slider1 = new $JssorSlider$("slider1_container", options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales
while window resizes
function ScaleSlider() {
var bodyWidth = document.body.clientWidth;
if (bodyWidth)
jssor_slider1.$ScaleWidth(Math.min(bodyWidth, 980));
else
window.setTimeout(ScaleSlider, 30);
}
ScaleSlider();
$(window).bind("load", ScaleSlider);
$(window).bind("resize", ScaleSlider);
$(window).bind("orientationchange", ScaleSlider);
//responsive code end
});
</script>
<!-- Jssor Slider Begin -->
<!-- To move inline styles to css file/block, please specify a class name for
each element. -->
<div id="slider1_container" style="position: relative; top: 0px; left: 0px;
width: 980px;
height: 100px; overflow: hidden;">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity: 0.7; position:
absolute; display: block;
background-color: #000; top: 0px; left: 0px; width: 100%; height:
100%;">
</div>
<div style="position: absolute; display: block; background:
url(Gallary/img/loading.gif) no-repeat center center;
top: 0px; left: 0px; width: 100%; height: 100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top:
0px; width: 980px;
height: 100px; overflow: hidden;">
<div>
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table align="center" style="height: 200px; width: 600px; background-color: #ffdab9;
border-radius: 20px 20px 0px 0px; border: 2px solid navy">
<tr>
<td colspan="2" align="center" style="color: #FFFFFF; background-color:
Navy;font-size: x-large; border-radius: 20px 20px 0px 0px; font-weight: 700;"
class="style8"
>
The Crescent Academy</td>
</tr>
<tr>
<td colspan="2" style="color: #000066; background-color: yellow;
font-size: large; text-align: center; font-weight: 700;" class="style9">
Login Page
</td>
</tr>
<tr>
<td style="text-align: left;" class="style10">
User Login Type
</td>
<td style="text-align: left">
<asp:DropDownList ID="ddloginid" runat="server" Height="23px"
Width="204px">
<asp:ListItem>----------Select----------</asp:ListItem>
<asp:ListItem>Admin</asp:ListItem>
<asp:ListItem>Operator</asp:ListItem>
<asp:ListItem>Student</asp:ListItem>
<asp:ListItem>Teacher</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style6">
User Name
</td>
<td style="text-align: left">
<asp:TextBox ID="txtuserid" runat="server" Width="200px" Height="21px"
placeholder="Username" required="required"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: left; " class="style10">
Password
</td>
<td style="text-align: left">
<asp:TextBox ID="txtpassword" runat="server" Width="200px" Height="21px"
TextMode="Password"
placeholder="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700; text-align: left; font-size: large;">
<asp:CheckBox ID="Chkbx" runat="server" Style="font-size: medium; textalign: right;"
Text="Remember Me Again" />
</td>
<td style="text-align: left">
<asp:Button ID="btnlogin" runat="server" Height="39px"
OnClick="btnlogin_Click" Text="Login"
Width="89px" BackColor="Navy" ForeColor="White" />
</td>
</tr>
<tr>
<td style="text-align: center; background-color: yellow" colspan="2">
<asp:Label ID="lblmsg" runat="server" Style="text-align: center; font-weight:
700;
font-size: large; color: #000066;" ForeColor="Yellow"></asp:Label>
</td>
</tr>
<tr>
<td style="text-align: center; background-color: Navy" colspan="2"
class="style8">
</td>
</tr>
</table>
</asp:Content>
Registration.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/MainMaster.Master"
AutoEventWireup="true" CodeBehind="Registration.aspx.cs" Inherits="SMS.Registration"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="width:800px; height:650px; background-color:Navy; border:2px solid
navy; font-size:20px; color:White" align="center" >
<tr align="center">
<td colspan="4" style="font-size:25px; font-weight:bolder; backgroundcolor:Teal">
Student Registration Form</td>
</tr>
<tr>
<td style="width:200px">
Student Name</td>
<td>
<asp:TextBox ID="txtstudentname" runat="server" class="txtbox"
Placeholder="Enter Name" Font-Size="Medium" ></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Father's Name</td>
<td>
<asp:TextBox ID="txtfathersname" runat="server" class="txtbox"
Placeholder="Enter Father's Name" Font-Size="Medium"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Date of Birth</td>
<td>
<asp:DropDownList ID="dddob" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="dddob0" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>January</asp:ListItem>
<asp:ListItem>February</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>August</asp:ListItem>
<asp:ListItem>September</asp:ListItem>
<asp:ListItem>October</asp:ListItem>
<asp:ListItem>November</asp:ListItem>
<asp:ListItem>December</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="dddob1" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
Gender</td>
<td>
<asp:DropDownList ID="ddgender" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>Male</asp:ListItem>
<asp:ListItem>Female</asp:ListItem>
</asp:DropDownList>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="4" align="center" style="background-color:white;color:Blue; fontsize:20px; font-weight:bolder">
Admission Details</td>
</tr>
<tr>
<td>
Select Class</td>
<td style="width:200px">
<asp:DropDownList ID="ddselectclass" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>Nursery</asp:ListItem>
<asp:ListItem>LKG</asp:ListItem>
<asp:ListItem>UKG</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
</asp:DropDownList>
</td>
<td style="width:200px">
</td>
<td style="width:200px">
</td>
</tr>
<tr>
<td>
Admission Fee</td>
<td>
<asp:TextBox ID="txtadmissionfee" runat="server" class="txtbox"
Placeholder="Enter Admission Fee" Font-Size="Medium"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Roll-Number</td>
<td>
<asp:TextBox ID="txtroll" runat="server" class="txtbox" Placeholder="Enter
Roll-No." Font-Size="Medium"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Date Of Admission</td>
<td>
<asp:DropDownList ID="dddoadmission" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="dddoadmission0" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>January</asp:ListItem>
<asp:ListItem>February</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>August</asp:ListItem>
<asp:ListItem>September</asp:ListItem>
<asp:ListItem>October</asp:ListItem>
<asp:ListItem>November</asp:ListItem>
<asp:ListItem>December</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="dddoadmission1" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
Session</td>
<td>
<asp:DropDownList ID="ddsession" runat="server" class="dropdown">
<asp:ListItem>---Session---</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="ddsession0" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
</asp:DropDownList>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="4" align="center" style="background-color:White;color:Blue; fontsize:20px; font-weight:bolder">
Contact Details</td>
</tr>
<tr>
<td>
Address</td>
<td>
<asp:TextBox ID="txtaddress" runat="server" class="txtbox"
Placeholder="Enter Address" Font-Size="Medium"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
State</td>
<td>
<asp:TextBox ID="txtstate" runat="server" class="txtbox" Placeholder="Enter
State" Font-Size="Medium"></asp:TextBox>
</td>
<td >
District</td>
<td>
<asp:TextBox ID="txtdistrict" runat="server" class="txtbox"
Placeholder="Enter District" Font-Size="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<td>
Mobile-Number</td>
<td>
<asp:TextBox ID="txtmobileno" runat="server" class="txtbox"
Placeholder="Enter Mobile-No." Font-Size="Medium"></asp:TextBox>
</td>
<td>
Pincode</td>
<td>
<asp:TextBox ID="txtpincode" runat="server" class="txtbox"
Placeholder="Enter Pincode" Font-Size="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<td>
Email-Address</td>
<td>
<asp:TextBox ID="txtemail" runat="server" class="txtbox" Placeholder="Enter
Email" Font-Size="Medium"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td align="center" colspan="2">
<asp:Button ID="Button1" runat="server" Text="Join" class="btn" />
</td>
<td>
</td>
</tr>
</table>
</asp:Content>
Addclass.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="AddClass.aspx.cs"
Inherits="SMS.AllProjectsContains.Administator.AddClass" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<h2 style="width: 549px; height: 30px; color: white; background-color: Maroon; fontfamily: Simplified Arabic Fixed">
Add CLASS</h2>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 140px; width: 550px; background-color: #ffdab9">
<tr>
<td style="height: 22px; width: 250px; color: black; font-weight: bolder;
background-color: navy"
colspan="2">
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Enter Class
</td>
<td style="height: 60px; width: 250px">
<asp:TextBox ID="txtclassadd" runat="server" Height="25px"
Width="196px" placeholder="Enter Your Class"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" colspan="2" style="text-align: center">
<asp:Button ID="btnaddclass" runat="server" BackColor="#003399"
BorderWidth="1px"
ForeColor="White" Height="39px" Text="Ok" Width="91px"
OnClick="btnaddclass_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: navy; color: ">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Addsession.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="AddSession.aspx.cs"
Inherits="SMS.AllProjectsContains.Administator.AddSession1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<h2 style="width: 549px; height: 30px; color: white; background-color: Maroon; fontfamily: Simplified Arabic Fixed">
ADDING SESSION</h2>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 140px; width: 550px; background-color: #ffdab9">
<tr>
<td style="height: 22px; width: 250px; color: black; font-weight: bolder;
background-color: navy"
colspan="2">
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold"
align="center">
Enter Session
</td>
<td style="height: 60px; width: 250px">
<asp:TextBox ID="txtsessionend" runat="server" Height="23px"
Width="197px" placeholder="Enter Session"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="btnaddsession" runat="server" BackColor="#003399"
BorderWidth="1px"
ForeColor="White" Height="39px" Text="Adding" Width="91px"
OnClick="btnaddsession_Click" />
</td>
<td align="left">
</td>
<td style="height: 60px; width: 250px">
<asp:TextBox ID="txtsessiondelete" runat="server" Height="25px"
Width="196px" placeholder="Enter Class"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" colspan="2" style="text-align: center">
<asp:Button ID="btndeletesession" runat="server"
BackColor="#003399" BorderWidth="1px"
ForeColor="White" Height="39px" Text="Delete" Width="91px"
OnClick="btndeletesession_Click" />
<asp:Button ID="Button1" runat="server" BackColor="#003399"
ForeColor="White" Height="39px"
OnClick="Button1_Click" Text="View all" Width="91px" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: navy; color: ; text-align:
center;">
<asp:GridView ID="gvdisplay" runat="server" align="center"
BackColor="White" BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" Style="fontweight: 700;
font-size: large" Width="286px">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Deletesession.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="DeleteSession.aspx.cs"
Inherits="SMS.AllProjectsContains.Administator.DeleteSession" %>
<asp:ListItem>1994</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
Gender
</td>
<td>
<asp:RadioButton ID="male" runat="server" Text="Male"
GroupName="gender" />
</td>
<td>
<asp:RadioButton ID="female" runat="server" Text="Female"
GroupName="gender" />
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Qualification
</td>
</tr>
<tr>
<td>
board/university
</td>
<td>
Faculty
</td>
<td>
Passing Year
</td>
<td>
Obtained Marks
</td>
<td>
Matric/inter/Graduation
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="txtborduniversity" runat="server" Height="23px"
Width="197px" placeholder="Enter Board"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtfaculty" runat="server" Height="23px"
Width="197px" placeholder="Enter Faculty"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtpassingyr" runat="server" Height="23px"
Width="197px" placeholder="Enter Passing Years"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtobtmarks" runat="server" Height="23px"
Width="197px" placeholder="Enter Obtained Marks"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtmatric" runat="server" Height="23px"
Width="197px" placeholder="Enter Terms"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="txtuniversity1" runat="server" Height="23px"
Width="197px" placeholder="Enter Board Name"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtfaculty1" runat="server" Height="23px"
Width="197px" placeholder="Enter Faculty"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtpassingyr1" runat="server" Height="23px"
Width="197px" placeholder="Enter Passing Years"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtobtmarks1" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Marks"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtmatric1" runat="server" Height="23px"
Width="197px" placeholder="Enter Terms"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Joining Details
</td>
</tr>
<tr>
<td>
Subject
</td>
<td>
<asp:TextBox ID="txtsubject" runat="server" Height="23px"
Width="197px" placeholder="Enter Subject Name"></asp:TextBox>
</td>
<td>
Experience
</td>
<td>
<asp:TextBox ID="txtexperience" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Experiencee"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
Joining date
</td>
<td>
<asp:TextBox ID="txtjoin" runat="server" Height="23px" Width="197px"
placeholder="Enter Joining Date"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
User Id
</td>
<td>
<asp:TextBox ID="txtuseridteacher" runat="server" Height="23px"
Width="197px" placeholder="Enter User Name"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="txtpassword" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Password"></asp:TextBox>
</td>
<td>
Confirm Password
</td>
<td>
<asp:TextBox ID="txtconfirm" runat="server" Height="23px"
Width="197px" placeholder="Enter Confirm Password"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Address Details
</td>
</tr>
<tr>
<td>
Permanent Address
</td>
<td>
<asp:TextBox ID="txtaddress" runat="server" Height="23px"
Width="197px " TextMode="MultiLine"
placeholder="Enter Your Address"></asp:TextBox>
</td>
<td>
State
</td>
<td>
<asp:TextBox ID="txtstate" runat="server" Height="23px"
Width="197px" placeholder="Enter Your State"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
Corresponence Address
</td>
<td>
<asp:TextBox ID="txtcorraddress" runat="server" Height="23px"
Width="197px" TextMode="MultiLine"
placeholder="Enter Correspondence Address"></asp:TextBox>
</td>
<td>
Pincode
</td>
<td>
<asp:TextBox ID="txtpincode" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Pincode"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
District
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" style="text-align: center; font-weight: 700; color:
#9966FF">
<hr />
</td>
>
</tr>
<tr>
<td>
</td>
<td style="font-weight: 700; text-align: right;">
Upload Image
</td>
<td>
<table style="width: 112px; height: 123px">
<tr>
<td>
<asp:Image ID="uploadimage" runat="server" Height="115px"
Width="111px" ImageUrl="Image/imageIcon.png" />
</td>
</tr>
</table>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:FileUpload ID="FileUpload1" runat="server" placeholder="Load
Image" />
</td>
<td style="text-align: left">
<asp:Button ID="a" runat="server" Height="30px" Width="69px"
Text="Upload" />
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6">
<hr />
</td>
</tr>
<tr>
<td>
</td>
<td style="text-align: right">
<asp:Button ID="Button2" runat="server" Height="30px" Text="Submit"
Width="69px"
OnClick="Button2_Click" />
</td>
<td style="text-align: center">
<asp:Button ID="btnreset" runat="server" Height="30px" Text="Reset"
Width="69px"
Style="text-align: left" />
</td>
<td>
<asp:Label ID="lblmsg" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="6" class="style2" style="background-color: Navy">
</td>
</tr>
</table>
<asp:Calendar ID="Calendar1" runat="server" Visible="False" BackColor="#FFFFCC"
BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" FontSize="8pt"
ForeColor="#663399" Height="200px" ShowGridLines="True" Width="220px">
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<SelectorStyle BackColor="#FFCC66" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt"
ForeColor="#FFFFCC" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
</asp:Calendar>
</asp:Content>
Jointeachers.aspx
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="ddyear" runat="server" Height="21px"
Width="134px">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1970</asp:ListItem>
<asp:ListItem>1971</asp:ListItem>
<asp:ListItem>1972</asp:ListItem>
<asp:ListItem>1973</asp:ListItem>
<asp:ListItem>1974</asp:ListItem>
<asp:ListItem>1975</asp:ListItem>
<asp:ListItem>1976</asp:ListItem>
<asp:ListItem>1977</asp:ListItem>
<asp:ListItem>1978</asp:ListItem>
<asp:ListItem>1979</asp:ListItem>
<asp:ListItem>1980</asp:ListItem>
<asp:ListItem>1981</asp:ListItem>
<asp:ListItem>1982</asp:ListItem>
<asp:ListItem>1983</asp:ListItem>
<asp:ListItem>1984</asp:ListItem>
<asp:ListItem>1985</asp:ListItem>
<asp:ListItem>1986</asp:ListItem>
<asp:ListItem>1987</asp:ListItem>
<asp:ListItem>1988</asp:ListItem>
<asp:ListItem>1989</asp:ListItem>
<asp:ListItem>1990</asp:ListItem>
<asp:ListItem>1991</asp:ListItem>
<asp:ListItem>1992</asp:ListItem>
<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
Gender
</td>
<td>
<asp:RadioButton ID="male" runat="server" Text="Male"
GroupName="gender" />
</td>
<td>
<td>
<asp:TextBox ID="txtboard1" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Board"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtfaculty1" runat="server" Height="23px" Width="197px"
placeholder="Enter Faculty"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtpassingyr1" runat="server" Height="23px"
Width="197px" placeholder="Enter Passing Year"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtobtmarks1" runat="server" Height="23px"
Width="197px" placeholder="Enter Obtained Marks"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtInter" runat="server" Height="23px" Width="197px"
placeholder="Enter Categories"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color: Navy;
font-weight: bolder">
Joining Details
</td>
</tr>
<tr>
<td>
Subject
</td>
<td>
<asp:TextBox ID="txtsubject" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Subject"></asp:TextBox>
</td>
<td>
Experience</td>
<td>
<asp:TextBox ID="txtexperience" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Experience"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
Joining date
</td>
<td>
<asp:TextBox ID="txtjoin" runat="server" Height="23px" Width="197px"
></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
User Id
</td>
<td>
<asp:TextBox ID="txtuserid" runat="server" Height="23px" Width="197px"
placeholder="Enter User Name"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="txtpassword" runat="server" Height="23px" Width="197px"
placeholder="Enter Password"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color: Navy;
font-weight: bolder">
Address Details
</td>
</tr>
<tr>
<td>
Permanent Address
</td>
<td>
<asp:TextBox ID="txtaddress" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Address"></asp:TextBox>
</td>
<td>
State
</td>
<td>
<asp:TextBox ID="txtstate" runat="server" Height="23px" Width="197px"
placeholder="Enter State"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
District
</td>
<td>
<asp:TextBox ID="txtdistrict" runat="server" Height="23px" Width="197px"
placeholder="Enter District"></asp:TextBox>
</td>
<td>
Pincode
</td>
<td>
<asp:TextBox ID="txtpincode" runat="server" Height="23px" Width="197px"
placeholder="Enter Pincode"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color: Navy;
font-weight: bolder">
Contact Details
</td>
</tr>
<tr>
<td>
Email
</td>
<td>
<asp:TextBox ID="txtmail" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Email-ID"></asp:TextBox>
</td>
<td>
Salary</td>
<td>
<asp:TextBox ID="txtsalary" runat="server" Height="23px" Width="197px"
placeholder="Enter Salary"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
Mobile No
</td>
<td>
<asp:TextBox ID="txtmobile" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Mobile No."></asp:TextBox>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" style="text-align: center; font-weight: 700; color: #9966FF">
<hr /></td>
>
</tr>
<tr>
<td>
</td>
<td style="font-weight: 700; text-align: right;">
Upload Image</td>
<td>
<table style="width: 112px; height: 123px"><tr>
<td>
<asp:Image ID="uploadimage" runat="server" Height="115px"
Width="111px"
ImageUrl="Image/imageIcon.png" />
</td>
</tr>
</table></td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:FileUpload ID="FileUpload" runat="server" />
</td>
<td style="text-align: left">
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6">
<hr /></td>
</tr>
<tr>
<td>
</td>
<td style="text-align: right">
<asp:Button ID="btnsubmit" runat="server" Height="30px" Text="Submit"
Width="69px" onclick="Button2_Click" />
</td>
<td style="text-align: center">
<asp:Button ID="btnreset" runat="server" Height="30px" Text="Reset"
Width="69px" style="text-align: left" onclick="btnreset_Click" />
</td>
<td>
<asp:Label ID="lblmsg" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="6" class="style2" style="background-color: Navy">
</td>
</tr>
</table>
<asp:Calendar ID="Calendar1" runat="server" Visible="False" BackColor="#FFFFCC"
BorderColor="#FFCC66" BorderWidth="1px" DayNameFormat="Shortest"
Font-Names="Verdana" Font-Size="8pt" ForeColor="#663399" Height="200px"
ShowGridLines="True" Width="220px">
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<SelectorStyle BackColor="#FFCC66" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt"
ForeColor="#FFFFCC" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
</asp:Calendar>
</asp:Content>
Removeoperator.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="RemoveOperator.aspx.cs"
Inherits="SMS.Administator.RemoveOperator" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table align="center" style="height: 140px; width: 650px; background-color:
#ffdab9;
font-size: 20px">
<tr>
<td colspan="2" style="background-color: Navy; color: White; font-weight:
bolder">
Remove Operator
</td>
</tr>
<tr>
<td>
Enter User-Id
</td>
<td>
<asp:TextBox ID="txtuseridremove" runat="server" Height="23px"
Width="197px" Style="font-weight: 700"
placeholder="Enetr Username"></asp:TextBox>
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="txtpasswordremove" runat="server" Height="23px"
Width="197px" Style="font-weight: 700"
placeholder="Enter Password"></asp:TextBox>
</td>
</tr>
<tr>
<td style="text-align: right">
</td>
<td>
<asp:Button ID="btnteacherremovefind" runat="server"
BackColor="#003399" BorderWidth="1px"
ForeColor="White" Height="39px" Text="Find" Width="200px"
Style="text-align: center"
OnClick="btnteacherremovefind_Click" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:TextBox ID="txtadmissionno" runat="server" Height="23"
Width="186px" placeholder="Enter Admission No."></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700" colspan="6">
<hr />
</td>
</tr>
<tr>
<td colspan="4" align="center">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="33px"
Width="92px" OnClick="btnfind_Click" />
</td>
<td colspan="2">
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvstudent" runat="server" BackColor="White"
BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" AllowPaging="True"
AutoGenerateColumns="False"
PageIndex="4" AutoGenerateDeleteButton="True"
OnRowDeleting="gvstudent_RowDeleting"
Width="699px">
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblnmae" runat="server" Text='<
%#Bind("student_name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<
%#Bind("select_class") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<%#Bind("session")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Roll">
<ItemTemplate>
<asp:Label ID="lblroll" runat="server" Text='<%#Bind("roll_no")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Father's Nmae">
<ItemTemplate>
<asp:Label ID="lblfnmae" runat="server" Text='<
%#Bind("father_name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission No">
<ItemTemplate>
<asp:Label ID="lbladmissionno" runat="server" Text='<
%#Bind("AdmissionNo") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Image">
<ItemTemplate>
<asp:Image ID="imgstudent" runat="server" Height="125px"
Width="105px" ImageUrl='<%#Eval("Image") %>' />
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Removeteacher.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="RemoveTeacher.aspx.cs"
Inherits="SMS.AllProjectsContains.Administator.RemoveTeacher" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
height: 35px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table align="center" style="height: 140px; width: 650px; background-color:
#ffdab9;
font-size: 20px">
<tr>
<td colspan="2" style="background-color: Navy; color: White; font-weight:
bolder;
text-align: center; font-size: x-large;" colspan="2" class="style1">
Remove Teacher
</td>
</tr>
<tr>
<td>
Enter User-Id
</td>
<td>
<asp:TextBox ID="txtuseridremove" runat="server" Height="23px"
Width="197px"></asp:TextBox>
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="txtpasswordremove" runat="server" Height="23px"
Width="197px"></asp:TextBox>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:Button ID="btnteacherremovefind" runat="server"
BackColor="#003399" BorderWidth="1px"
ForeColor="White" Height="39px" Text="Find" Width="196px"
Style="text-align: center"
OnClick="btnteacherremovefind_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy; color: White; font-weight:
bolder;
text-align: center;">
<asp:Label ID="lblvk" runat="server"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvdelete" runat="server" AutoGenerateColumns="False"
AutoGenerateDeleteButton="True"
BackColor="White" BorderColor="#3366CC" BorderStyle="None"
BorderWidth="1px"
CellPadding="4" align="center" OnRowDeleting="gvdelete_RowDeleting"
Style="font-size: medium;
font-weight: 700;" Height="48px" PageSize="1" Width="650px"
OnPageIndexChanging="gvdelete_PageIndexChanging"
OnSelectedIndexChanged="gvdelete_SelectedIndexChanged">
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblname" runat="server" Text='<
%#Bind("TeacherName")%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DOB">
<ItemTemplate>
<asp:Label ID="lbldob" runat="server" Text='<%#Bind("Dob")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Date Of Joining">
<ItemTemplate>
<asp:Label ID="lbljoining" runat="server" Text='<
%#Bind("JoiningDate")%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="UserId">
<ItemTemplate>
<asp:Label ID="lbluserid" runat="server" Text='<%#Bind("UserId")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Profile Image">
<ItemTemplate>
<asp:Image ID="Image1" runat="server" Height="85px" Style="fontsize: small" Width="96px"
ImageUrl='<%#Eval("Image") %>' />
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
</asp:DropDownList>
</td>
<td style="height: 60px; width: 100px">
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Enter Parameter
</td>
<td style="height: 60px; width: 250px" colspan="2" align="left">
<asp:TextBox ID="txtparameter" runat="server" Height="23px"
Width="184px" OnTextChanged="txtparameter_TextChanged"
placeholder="Enter Your Parameter"></asp:TextBox>
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Enter Fee
</td>
<td style="height: 60px; width: 250px" colspan="2" align="left">
<asp:TextBox ID="txtenterfee" runat="server" Height="23px"
Width="184px" placeholder="Enter Your Fee"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="btnoksetadmissionfee" runat="server"
BackColor="#003399" BorderWidth="1px"
ForeColor="White" Height="39px" Text="Ok" Width="91px"
OnClick="btnoksetadmissionfee_Click" />
</td>
<td colspan="2" align="left">
<asp:Button ID="btnclearadmissionfee" runat="server"
BackColor="#003399" BorderWidth="1px"
ForeColor="White" Height="39px" Text="Clear" Width="91px" />
</td>
</tr>
<tr>
<td colspan="3" style="background-color: navy; color: ">
<asp:Label ID="lblmsg" runat="server"
ForeColor="#FFCC00"></asp:Label>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Setemployeepayment.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="SetEmployeePayment.aspx.cs"
Inherits="SMS.Administator.SetEmployeePayment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
height: 51px;
}
.style2
{
height: 68px;
font-size: large;
font-weight: 700;
}
.style3
{
height: 30px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="background-color: #ffdab9; height: 300px; width: 450px">
<tr>
<td colspan="2" style="background-color: Navy; text-align: center; color:
#FFFFFF;
font-weight: 700; font-size: x-large;" class="style1">
Set Staff Salary
</td>
</tr>
<tr>
<td style="width: 170px; font-weight: 700; font-size: large;">
Session
</td>
<td>
<asp:DropDownList ID="ddsession" runat="server" Height="25px"
Width="172px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="font-size: large; font-weight: 700">
Salary
</td>
<td>
<asp:TextBox ID="txtsalary" runat="server" Height="28px"
Width="172px" placeholder="Enter Salary"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style2">
Post
</td>
<td class="style2">
<asp:TextBox ID="txtpost" runat="server" Height="28px" Width="172px"
placeholder="Enter Post Name"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" style="background-color: #ffdab9; text-align: center;"
class="style3">
<asp:Button ID="btnaddpay" runat="server" BackColor="Navy"
ForeColor="White" Height="33px"
Text="Add Payment" Width="109px" OnClick="btnaddpay_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy; text-align: center;">
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Setmonthlyfee.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="SetMonthlyFee.aspx.cs"
Inherits="SMS.AllProjectsContains.Administator.SetMonthlyFee1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<h2 style="width: 549px; height: 30px; color: white; background-color: Maroon; fontfamily: Simplified Arabic Fixed">
Set Monthly Fee</h2>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 140px; width: 550px; background-color: #ffdab9">
<tr>
<td style="height: 22px; width: 250px; color: black; font-weight: bolder;
background-color: navy"
colspan="3">
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Select Class
</td>
<td style="height: 60px; width: 250px" colspan="2">
<asp:DropDownList ID="ddselectclassmonthlyfee" runat="server"
Height="21px" Width="134px"
OnSelectedIndexChanged="ddselectclassmonthlyfee_SelectedIndexChanged">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Select Session
</td>
<td style="height: 60px; width: 100px">
<asp:DropDownList ID="ddsessiontomonth" runat="server"
Height="21px" Width="134px">
</asp:DropDownList>
</td>
<td style="height: 60px; width: 100px">
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Enter Parameter
</td>
<td style="height: 60px; width: 250px" colspan="2">
<asp:TextBox ID="txtvalue" runat="server" Height="23px"
Width="197px" placeholder="Enter Value"></asp:TextBox>
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Select Month
</td>
<td style="height: 60px; width: 250px" colspan="2">
<asp:DropDownList ID="ddmonth" runat="server" Height="21px"
Width="134px">
<asp:ListItem>Select Month</asp:ListItem>
<asp:ListItem>Jan</asp:ListItem>
<asp:ListItem>Feb</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>June</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>Aug</asp:ListItem>
<asp:ListItem>Sept</asp:ListItem>
<asp:ListItem>Oct</asp:ListItem>
<asp:ListItem>Nov</asp:ListItem>
<asp:ListItem>Dec</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="height: 60px; width: 250px; color: black; font-weight: bold">
Enter Fee
</td>
<td style="height: 60px; width: 250px" colspan="2">
<asp:TextBox ID="txtenterfeemonth" runat="server" Height="23px"
Width="197px" placeholder="Enter Month Fee"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="btnokmonthly" runat="server" BackColor="#003399"
BorderWidth="1px"
ForeColor="White" Height="39px" Text="Ok" Width="91px"
OnClick="btnokmonthly_Click" />
</td>
<td colspan="2" align="left">
<asp:Button ID="btnclearmonth" runat="server" BackColor="#003399"
BorderWidth="1px"
ForeColor="White" Height="39px" Text="Clear" Width="91px" />
</td>
</tr>
<tr>
<td colspan="3" style="background-color: navy; color: " align="center">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
UpdateAdmissionFeeCollection.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="UpdateAdmissionFeeCollection.aspx.cs"
Inherits="SMS.Administator.UpdateAdmissionFeeCollection" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="width: 600px; height: 200px; background-color: #ffdab9"
align="center">
<tr>
<td colspan="2" align="center" class="style1" style="font-weight: 700;
color: #FFFFFF;
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblname" runat="server" Text='<%#Bind("Name")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<%#Bind("Class")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<%#Bind("Session")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="AdmissionNo">
<ItemTemplate>
<asp:Label ID="lbladmissionno" runat="server" Text='<
%#Bind("AdmissionNo") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission Date">
<ItemTemplate>
<asp:Label ID="lbladmissiondate" runat="server" Text='<
%#Bind("AdmissionDate") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Total Amount">
<ItemTemplate>
<asp:Label ID="lbltotalamount" runat="server" Text='<
%#Bind("TotalAmount") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Paid Amount">
<EditItemTemplate>
<asp:TextBox ID="txtpaidamount" runat="server" Text='<
%#Bind("Paid") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblpaidamount" runat="server" Text='<%#Bind("Paid")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Dues Amount">
<EditItemTemplate>
<asp:TextBox ID="txtdues" runat="server" Text='<%#Bind("Dues")
%>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lbldues" runat="server" Text='<%#Bind("Dues")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Id">
<ItemTemplate>
<asp:Label ID="lblid" runat="server" Text='<%#Bind("id")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True"
ForeColor="#E7E7FF" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right"
/>
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True"
ForeColor="White" />
<SortedAscendingCellStyle BackColor="#F1F1F1" />
<SortedAscendingHeaderStyle BackColor="#594B9C" />
<SortedDescendingCellStyle BackColor="#CAC9C9" />
<SortedDescendingHeaderStyle BackColor="#33276A" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
UpdateAdmissionFeeDetails.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="UpdateAdmissionFeeDetails.aspx.cs"
Inherits="SMS.Administator.UpdateAdmissionFee" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
height: 32px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="width: 600px; height: 200px; background-color: #ffdab9"
align="center">
<tr>
<td colspan="2" align="center" class="style1" style="font-weight: 700;
color: #FFFFFF;
font-size: x-large; background-color: Navy">
GridLines="None">
<Columns>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<%#Bind("Class")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<%#Bind("Session")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Parameter">
<ItemTemplate>
<asp:Label ID="lblparameter" runat="server" Text='<%#Bind("Value")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission Fee">
<ItemTemplate>
<asp:Label ID="lblfee" runat="server" Text='<%#Bind("Fee")
%>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtfee" runat="server" Height="22px"
Width="175px" Text='<%#Bind("Fee") %>'></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Id">
<ItemTemplate>
<asp:Label ID="lblid" runat="server" Text='<%#Bind("id")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True"
ForeColor="#E7E7FF" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right"
/>
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True"
ForeColor="White" />
<SortedAscendingCellStyle BackColor="#F1F1F1" />
<SortedAscendingHeaderStyle BackColor="#594B9C" />
<SortedDescendingCellStyle BackColor="#CAC9C9" />
<SortedDescendingHeaderStyle BackColor="#33276A" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
UpdateMonthlyFeeCollection.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/Administator/AdminMenu.Master"
AutoEventWireup="true" CodeBehind="UpdateMonthlyFeeCollection.aspx.cs"
Inherits="SMS.Administator.UpdateMonthlyFeeCollection" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="width: 600px; height: 200px; background-color: #ffdab9"
align="center">
<tr>
<td colspan="2" align="center" class="style1" style="font-weight: 700;
color: #FFFFFF;
font-size: x-large; background-color: Navy">
Update Monthly Fee Collection</td>
</tr>
<tr>
<td>
Select Class
</td>
<td>
<asp:DropDownList ID="ddselectclass" runat="server" Height="22px"
Width="123px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
Select Session
</td>
<td>
<asp:DropDownList ID="ddselectsession" runat="server" Height="22px"
Width="123px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:Button ID="btnfind" runat="server" Height="29px" Text="Find"
Width="114px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy">
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy; text-align: center;">
<asp:Label ID="lblmsg" runat="server" Style="color: #FFFF00; fontweight: 700; font-size: medium"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvmonthlyfee" runat="server"
AutoGenerateColumns="False"
BackColor="White" BorderColor="White" BorderStyle="Ridge"
BorderWidth="2px"
CellPadding="3" CellSpacing="1" GridLines="None"
onrowcancelingedit="gvmonthlyfee_RowCancelingEdit"
onrowediting="gvmonthlyfee_RowEditing"
onrowupdating="gvmonthlyfee_RowUpdating"
AutoGenerateEditButton="True">
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblname" runat="server" Text='<%#Bind("Name")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<%#Bind("Class")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Roll">
<ItemTemplate>
<asp:Label ID="lblroll" runat="server" Text='<%#Bind("Roll")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<%#Bind("Session")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission Number">
<ItemTemplate>
<asp:Label ID="lbladmissionno" runat="server" Text='<
%#Bind("AdmissionNo") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission Date">
<ItemTemplate>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:Button ID="btnfind" runat="server" Height="29px" Text="Find"
Width="114px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy">
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy; text-align: center;">
<asp:Label ID="lblmsg" runat="server" Style="color: #FFFF00; fontweight: 700; font-size: medium"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="Gvmonthlyfeedetail" runat="server"
AutoGenerateColumns="False"
BackColor="White" BorderColor="White" BorderStyle="Ridge"
BorderWidth="2px" CellPadding="3"
CellSpacing="1" GridLines="None" align="center"
OnRowCancelingEdit="Gvmonthlyfeedetail_RowCancelingEdit"
OnRowEditing="Gvmonthlyfeedetail_RowEditing"
OnRowUpdating="Gvmonthlyfeedetail_RowUpdating"
AutoGenerateEditButton="True">
<Columns>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<%#Bind("Class")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<%#Bind("Session")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Value">
<ItemTemplate>
<asp:Label ID="lblvalue" runat="server" Text='<%#Bind("Value")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Month">
<ItemTemplate>
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<h2 align="left" style="width: 260px; height: 30px; color: white; background-color:
Maroon;
font-family: Simplified Arabic Fixed">
Update Details</h2>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 140px; width: 550px; background-color: #ffdab9; font-size:
20px">
<tr>
<td colspan="6" style="background-color: Navy; color: white; font-weight:
bolder"
class="style2">
Update Teacher Details
</td>
</tr>
<tr>
<td colspan="2" style="font-weight: 700">
Fill Here Your Details
</td>
</tr>
<tr>
<td colspan="2" style="font-weight: 700; text-align: right;" class="style3">
Enter User-Id
</td>
<td class="style3">
<asp:TextBox ID="txtid" runat="server" Height="23px" Width="197px"
placeholder="Enter User-Id"></asp:TextBox>
</td>
<td>
<asp:Button ID="btnfind" runat="server" Height="29px"
OnClick="btnfind_Click" Text="Find"
Width="89px" />
</td>
</tr>
<tr>
<td>
Enter Name
</td>
<td>
<asp:TextBox ID="txtname" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Name"></asp:TextBox>
</td>
<td style="text-align: right">
</td>
<td>
</td>
<td style="text-align: right">
</td>
<td>
</td>
</tr>
<tr>
<td>
Date Of Birth
</td>
<td>
<asp:TextBox ID="txtdob" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Name"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Gender
</td>
<td>
<asp:RadioButton ID="male" runat="server" Text="Male"
GroupName="gender" />
</td>
<td>
<asp:RadioButton ID="female" runat="server" Text="Female"
GroupName="gender" />
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Qualification
</td>
</tr>
<tr>
<td>
board/university
</td>
<td>
Faculty
</td>
<td>
Passing Year
</td>
<td>
Obtained Marks
</td>
<td>
Matric/Inter/Graduation
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="txtboard" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Board"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtfaculty" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Faculty"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtpassingyr" runat="server" Height="23px"
Width="197px" placeholder="Enter Passing Year"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtobtmarks" runat="server" Height="23px"
Width="197px" placeholder="Enter Obtained No"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtmatric" runat="server" Height="23px"
Width="197px" placeholder="Enter Categories"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="txtboard1" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Board"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtfaculty1" runat="server" Height="23px"
Width="197px" placeholder="Enter Faculty"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtpassingyr1" runat="server" Height="23px"
Width="197px" placeholder="Enter Passing Year"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtobtmarks1" runat="server" Height="23px"
Width="197px" placeholder="Enter Obtained Marks"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtInter" runat="server" Height="23px"
Width="197px" placeholder="Enter Categories"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Joining Details
</td>
</tr>
<tr>
<td>
Subject
</td>
<td>
<asp:TextBox ID="txtsubject" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Subject"></asp:TextBox>
</td>
<td>
Experience
</td>
<td>
<asp:TextBox ID="txtexperience" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Experience"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
Joining date
</td>
<td>
<asp:TextBox ID="txtjoin" runat="server" Height="23px"
Width="197px"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
User Id
</td>
<td>
<asp:TextBox ID="txtuserid" runat="server" Height="23px"
Width="197px" placeholder="Enter User Name"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="txtpassword" runat="server" Height="23px"
Width="197px" placeholder="Enter Password"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Address Details
</td>
</tr>
<tr>
<td>
Permanent Address
</td>
<td>
<asp:TextBox ID="txtaddress" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Address"></asp:TextBox>
</td>
<td>
State
</td>
<td>
<asp:TextBox ID="txtstate" runat="server" Height="23px"
Width="197px" placeholder="Enter State"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
District
</td>
<td>
<asp:TextBox ID="txtdistrict" runat="server" Height="23px"
Width="197px" placeholder="Enter District"></asp:TextBox>
</td>
<td>
Pincode
</td>
<td>
<asp:TextBox ID="txtpincode" runat="server" Height="23px"
Width="197px" placeholder="Enter Pincode"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Silver; color:
Navy; font-weight: bolder">
Contact Details
</td>
</tr>
<tr>
<td>
Email
</td>
<td>
<asp:TextBox ID="txtmail" runat="server" Height="23px" Width="197px"
placeholder="Enter Your Email-ID"></asp:TextBox>
</td>
<td>
Salary
</td>
<td>
<asp:TextBox ID="txtsalary" runat="server" Height="23px"
Width="197px" placeholder="Enter Pincode"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td>
Mobile No
</td>
<td>
<asp:TextBox ID="txtmobile" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Mobile No."></asp:TextBox>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6" style="text-align: center; font-weight: 700; color:
#9966FF">
<hr />
</td>
>
</tr>
<tr>
<td>
</td>
<td style="font-weight: 700; text-align: right;">
Upload Image
</td>
<td>
<table style="width: 112px; height: 123px">
<tr>
<td>
<asp:Image ID="uploadimage" runat="server" Height="115px"
Width="111px" ImageUrl="Image/imageIcon.png" />
</td>
</tr>
</table>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:FileUpload ID="FileUpload" runat="server" />
</td>
<td style="text-align: left">
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="6">
<hr />
</td>
</tr>
<tr>
<td>
</td>
<td style="text-align: right">
<asp:Button ID="btnsubmit" runat="server" Height="30px"
Text="Submit" Width="69px"
OnClick="Button2_Click" />
</td>
<td style="text-align: center">
<asp:Button ID="btnreset" runat="server" Height="30px" Text="Reset"
Width="69px"
Style="text-align: left" OnClick="btnreset_Click" />
</td>
<td>
<asp:Label ID="lblmsg" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="6" class="style2" style="background-color: Navy">
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
<asp:Calendar ID="Calendar1" runat="server" Visible="False" BackColor="#FFFFCC"
BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" FontSize="8pt"
ForeColor="#663399" Height="200px" ShowGridLines="True" Width="220px">
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<SelectorStyle BackColor="#FFCC66" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt"
ForeColor="#FFFFCC" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
</asp:Calendar>
</asp:Content>
AdmissionDetails.aspx
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvstudent" runat="server" BackColor="White"
BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
AdmissionFeeCollection.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master"
AutoEventWireup="true" CodeBehind="AdmissionFeeCollection.aspx.cs"
Inherits="SMS.AllProjectsContains.Computer_Operator.AdmissionFeeCollection" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
height: 65px;
}
.style5
{
height: 79px;
}
.style6
{
height: 84px;
}
.style7
{
height: 59px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 350px; width: 550px; border: 1px solid black; backgroundcolor: #ffdab9">
<tr>
<td align="center" colspan="2" class="style2" style="background-color:
Navy">
<strong style="color: #FFFFFF; font-size: x-large">Admission Fee
Collection Desk</strong>
</td>
</tr>
<tr>
<td style="background-color: #ffdab9" class="style5">
<strong>Session </strong>
</td>
<td style="background-color: #ffdab9; text-align: center;" class="style5">
<asp:DropDownList ID="ddsessionto" runat="server" Height="29px"
Width="160px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style6" style="background-color: #ffdab9">
<strong>Class </strong>
</td>
<td style="background-color: #ffdab9; text-align: center;" class="style6">
<asp:DropDownList ID="ddclass" runat="server" Height="29px"
Width="160px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="4">
<hr />
</td>
</tr>
<tr>
<td align="center" colspan="2" class="style7">
<asp:Button ID="btnteacherjoin" runat="server" BackColor="Navy"
BorderWidth="2px"
ForeColor="White" Height="46px" Text="Find" Width="98px"
OnClick="Button2_Click" />
</td>
</tr>
<tr>
<td align="center" colspan="2" style="background-color: Navy">
</td>
</tr>
</table>
<asp:GridView ID="Gvdisplay" runat="server" AutoGenerateColumns="False"
Width="543px"
AutoGenerateSelectButton="True" Height="31px"
OnSelectedIndexChanged="Gvdisplay_SelectedIndexChanged"
BackColor="White" BorderColor="#3366CC" BorderStyle="None"
BorderWidth="1px"
CellPadding="4" Style="margin-bottom: 4px" AllowPaging="True"
PageSize="1">
<Columns>
<asp:TemplateField HeaderText="Student Name">
<ItemTemplate>
<asp:Label ID="lblname" runat="server" Text='<%#
Bind("student_name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Roll No">
<ItemTemplate>
<asp:Label ID="lblroll" runat="server" Text='<%# Bind("roll_no")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Father's Name">
<ItemTemplate>
<asp:Label ID="lblfather" runat="server" Text='<%#
Bind("Father_name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Status">
<ItemTemplate>
<asp:Label ID="lblstatus" runat="server" Text='<
%#Bind("PaymentStatus") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission No.">
<ItemTemplate>
<asp:Label ID="lbladmissionno" runat="server" Text='<
%#Bind("AdmissionNo") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<td class="style1">
<asp:Label ID="lblname" runat="server" Font-Italic="True"
Font-Names="Courier New" Font-Overline="False" FontUnderline="True"></asp:Label>
</td>
<td class="style1">
<span class="style12">Class</span><span class="style11">: </span>
<asp:Label ID="lblclass" runat="server" Font-Italic="True"
Font-Names="Courier New" Font-Underline="True"></asp:Label>
</td>
</tr>
<tr>
<td style="font-weight: 700; font-family: Arial;" class="style3">
<span class="style12"> Session </span>:-</td>
<td class="style3">
<asp:Label ID="lblsession" runat="server" Font-Italic="True"
Font-Names="Courier New" Font-Size="Medium" FontUnderline="True"></asp:Label>
</td>
<td style="font-weight: 700" class="style3">
<span class="style12">Roll</span><span class="style11">:</span>
<asp:Label ID="lblroll" runat="server" Font-Italic="True"
Font-Names="Courier New" Font-Underline="True"></asp:Label>
</td>
</tr>
<tr>
<td colspan="3">
<hr style="color: #FF0000" /></td>
</tr>
<tr>
<td colspan="3"
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<
%#Bind("select_class") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<
%#Bind("session") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Father's name">
<ItemTemplate>
<asp:Label ID="lblfather" runat="server" Text='<
%#Bind("father_name") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission No.">
<ItemTemplate>
<asp:Label ID="lbladmission" runat="server" Text='<
%#Bind("AdmissionNo") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DOB">
<ItemTemplate>
<asp:Label ID="lbldob" runat="server" Text='<
%#Bind("date_of_birth") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Mobile no.">
<ItemTemplate>
<asp:Label ID="lblmobile" runat="server" Text='<
%#Bind("mobile_no") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Date Of Admission">
<ItemTemplate>
<asp:Label ID="lbladmissiondate" runat="server" Text='<
%#Bind("date_of_admission") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
</asp:UpdatePanel>
</asp:Content>
AdvanceCollection.aspx
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace SMS.AllProjectsContains.Computer_Operator
{
public partial class AdvanceCollection : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
AllCollectionView.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master"
AutoEventWireup="true" CodeBehind="AllCollectionView.aspx.cs"
Inherits="SMS.Computer_Operator.DailyCollection" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
width: 352px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table align="center" style="height: 270px; width: 990px; background-color:
#ffdab9">
<tr>
<td style="font-weight: 700; text-align: center; font-size: x-large;
background-color: Navy;
color: #FFFFFF;" colspan="3">
Collection View
</td>
</tr>
<tr>
<td style="font-weight: 700; text-align: center; font-size: x-large;
background-color: Navy;
color: #FFFFFF;" colspan="0" class="style1">
Daily Report
</td>
<td style="font-weight: 700; text-align: center; font-size: x-large;
background-color: Navy;
color: #FFFFFF;">
Monthly Report
</td>
<td style="font-weight: 700; text-align: center; font-size: x-large;
background-color: Navy;
color: #FFFFFF;">
Yearly Report
</td>
</tr>
<tr>
<td style="font-weight: 700; text-align: center;" class="style1">
Select Date
</td>
<td style="font-weight: 700; text-align: center;">
Select Date
</td>
<td style="font-weight: 700; text-align: center;">
Select Date
</td>
</tr>
<tr>
<td style="text-align: left" class="style1">
<asp:DropDownList ID="dddaysdaily" runat="server" Height="23px"
Width="109px">
<asp:ListItem>Select Days</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddmonthdaily" runat="server" Height="23px"
Width="109px">
<asp:ListItem>Select Month</asp:ListItem>
<asp:ListItem>Jan</asp:ListItem>
<asp:ListItem>Feb</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>June</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>Aug</asp:ListItem>
<asp:ListItem>Sept</asp:ListItem>
<asp:ListItem>Oct</asp:ListItem>
<asp:ListItem>Nov</asp:ListItem>
<asp:ListItem>Dec</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddyearsdaily" runat="server" Height="23px"
Width="109px">
<asp:ListItem>Select Year</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
<asp:ListItem>2019</asp:ListItem>
<asp:ListItem>2020</asp:ListItem>
</asp:DropDownList>
</td>
<td style="text-align: center">
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
<asp:ListItem>2019</asp:ListItem>
<asp:ListItem>2020</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="3" style="text-align: center">
<asp:Button ID="btnfind" runat="server" Height="31px" Text="Find"
Width="72px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="3" style="background-color: Navy">
</td>
</tr>
</table>
<asp:GridView ID="Gvdayscollection" runat="server" BackColor="White"
BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" Width="343px">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
ChangePassword.aspx
</asp:TemplateField>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:Label ID="lblclass" runat="server" Text='<
%#Bind("select_class") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Roll">
<ItemTemplate>
<asp:Label ID="lblroll" runat="server" Text='<%#Bind("roll_no")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Session">
<ItemTemplate>
<asp:Label ID="lblsession" runat="server" Text='<
%#Bind("session") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="AdmissionNo.">
<ItemTemplate>
<asp:Label ID="lbladmission" runat="server" Text='<
%#Bind("AdmissionNo") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Admission Date">
<ItemTemplate>
<asp:Label ID="lbladmissiondate" runat="server" Text='<
%#Bind("date_of_admission") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</td>
<td>
<asp:GridView ID="gvtransation" runat="server"
AutoGenerateColumns="False" BackColor="White"
BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px"
CellPadding="4" Width="344px"
AutoGenerateSelectButton="True"
OnSelectedIndexChanged="gvtransation_SelectedIndexChanged">
<Columns>
<asp:TemplateField HeaderText="Month">
<ItemTemplate>
<asp:Label ID="lblmonth" runat="server" Text='<%#Bind("Month")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Total">
<ItemTemplate>
<asp:Label ID="lbltotal" runat="server" Text='<
%#Bind("TotalAmount") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Dues">
<ItemTemplate>
<asp:Label ID="lblduesfee" runat="server" Text='<%#Bind("Dues")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Paid">
<ItemTemplate>
<asp:Label ID="lblpaid" runat="server" Text='<%#Bind("Paid")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Status">
<ItemTemplate>
<asp:Label ID="lblstatus" runat="server" Text='<%#Bind("Status")
%>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
<tr>
<td style="font-weight: 700">
Selected Month
</td>
<td>
<asp:TextBox ID="txtselectmonth" runat="server" Width="213px"
Height="25px" Style="color: #000066;
font-weight: 700"
OnTextChanged="txttotalamountt_TextChanged"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Total Amount
</td>
<td>
<asp:TextBox ID="txttotal" runat="server" Width="213px" Height="25px"
Style="color: #000066;
font-weight: 700"
OnTextChanged="txttotalamountt_TextChanged"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Enter Amount
</td>
<td>
<asp:TextBox ID="txtenteramount" runat="server" Width="213px"
Height="25px" Style="color: #00CC00;
font-weight: 700"
OnTextChanged="txtenteramount_TextChanged"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Dues Amount
</td>
<td>
<asp:TextBox ID="txtdues" runat="server" Width="213px" Height="25px"
Style="color: #FF0000;
font-weight: 700"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" class="style2">
<asp:Button ID="btnpay" runat="server" Height="38px" Text="Pay"
Width="86px" BackColor="Navy"
ForeColor="White" OnClick="btnpay_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy">
</td>
</tr>
</table>
</asp:Content>
Duespayslip.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master" AutoEventWireup="true"
CodeBehind="DuesPaySlip.aspx.cs" Inherits="SMS.Computer_Operator.DuesPaySlip" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
height: 50px;
font-weight: 700;
}
.style3
{
height: 51px;
font-weight: 700;
}
.style5
{
text-align: center;
height: 45px;
}
.style6
{
height: 40px;
}
.style7
{
height: 25px;
text-align: center;
width: 154px;
}
.style8
{
height: 45px;
width: 174px;
}
.style9
{
height: 47px;
}
.style10
{
font-weight: bold;
}
.style11
{
width: 174px;
}
.style12
{
height: 50px;
font-weight: 700;
width: 174px;
font-family: "Times New Roman", Times, serif;
}
.style13
{
height: 51px;
font-weight: 700;
width: 174px;
}
.style14
{
height: 40px;
width: 174px;
}
.style15
{
height: 47px;
width: 174px;
}
.style16
{
height: 26px;
font-weight: 700;
width: 174px;
font-size: large;
}
.style17
{
height: 26px;
font-weight: 700;
text-align: center;
font-size: medium;
}
.style18
{
height: 25px;
text-align: center;
width: 174px;
}
.style19
{
height: 26px;
font-weight: 700;
text-align: center;
font-size: large;
width: 204px;
}
.style20
{
height: 50px;
font-weight: 700;
width: 204px;
}
.style21
{
height: 51px;
font-weight: 700;
width: 204px;
}
.style22
{
font-size: medium;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="height: 500px; width: 600px; background-color:#ffdab9">
<tr>
<td style="background-color:Navy" class="style11">
<table style="height: 80px; width: 80px">
<tr>
<td style=" background-image: url('image/w.jpg'); background-repeat: norepeat;">
</td>
</tr>
</table>
<td colspan="2" style="color: #FFFFFF; background-color:Navy; font-size:
37px; text-align: left;"
align="center" class="style10">
The Crescent Academy
</td>
</tr>
<tr>
<td colspan="3">
<hr style="width: 596px" />
</td>
</tr>
<tr>
<td class="style16">
<span class="style22">Month:</span><asp:Label ID="lblmonth" runat="server"></asp:Label>
</td>
<td class="style19">
(Dues Slip)</td>
<td class="style17">
</td>
</tr>
<tr>
<td class="style12">
Student Name
:-</td>
<td class="style20">
<asp:Label ID="lblname" runat="server"></asp:Label>
</td>
<td class="style1">
Class:-
<asp:Label ID="lblclass" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td style="font-weight: 700; " class="style13">
Session
:-</td>
<td class="style21">
<asp:Label ID="lblsession" runat="server"></asp:Label>
</td>
<td style="font-weight: 700" class="style3">
Roll:- <asp:Label
ID="lblroll"
runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="3">
<hr noshade="noshade" style="color: #FF0000" /></td>
</tr>
<tr>
<td colspan="3"
</tr>
</table>
</asp:Content>
Monthlypayment.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master"
AutoEventWireup="true" CodeBehind="MonthlyPayment.aspx.cs"
Inherits="SMS.Computer_Operator.MonthlyFeeCollectionAndPayment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
height: 48px;
}
.style2
{
height: 44px;
text-align: center;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 490px; width: 900px; background-color: #ffdab9">
<tr>
<td colspan="2" align="center" style="font-weight: 700; font-size: x-large;
background-color: navy;
color: #FFFFFF;" class="style1">
Monthly Fee Payment Desk
</td>
</tr>
<tr>
<td style="font-weight: 700; font-size: large;">
Enter Admission Number
</td>
<td>
<asp:TextBox ID="txtadmissionno" runat="server" Width="213px"
Height="25px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="btnfind" runat="server" Height="38px" Text="Find"
Width="86px" BackColor="Navy"
ForeColor="White" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
</tr>
<tr>
<td style="font-weight: 700">
Select Month
</td>
<td>
<asp:DropDownList ID="ddselectDays" runat="server" Height="25px"
Width="120px">
<asp:ListItem>Selecte Days</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddselectmonth" runat="server" Height="25px"
Width="120px">
<asp:ListItem>Selecte Month</asp:ListItem>
<asp:ListItem>Jan</asp:ListItem>
<asp:ListItem>Feb</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>June</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>Aug</asp:ListItem>
<asp:ListItem>Sept</asp:ListItem>
<asp:ListItem>Oct</asp:ListItem>
<asp:ListItem>Nov</asp:ListItem>
<asp:ListItem>Dec</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddselectyears" runat="server" Height="25px"
Width="120px">
<asp:ListItem>Selecte Years</asp:ListItem>
<asp:ListItem>1990</asp:ListItem>
<asp:ListItem>1991</asp:ListItem>
<asp:ListItem>1992</asp:ListItem>
<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
<asp:ListItem>2019</asp:ListItem>
<asp:ListItem>2020</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Total Amount
</td>
<td>
<asp:TextBox ID="txttotal" runat="server" Width="213px"
Height="25px" Style="color: #0000FF;
font-weight: 700"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Enter Amount
</td>
<td>
<asp:TextBox ID="txtenteramount" runat="server" Width="213px"
Height="25px" Style="color: #00FF00;
font-weight: 700"
OnTextChanged="txtenteramount_TextChanged"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Dues Amount
</td>
<td>
<asp:TextBox ID="txtdues" runat="server" Width="213px"
Height="25px" Style="color: #FF0000;
font-weight: 700"
OnTextChanged="txtdues_TextChanged"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
Payment Date
</td>
<td>
<asp:Label ID="lblpaymentdate" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="2" class="style2">
<asp:Button ID="btnpay" runat="server" Height="38px" Text="Pay"
Width="86px" BackColor="Navy"
ForeColor="White" OnClick="btnpay_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Navy">
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Monhlypayslip.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master" AutoEventWireup="true"
CodeBehind="MonthlyPaySlip.aspx.cs"
Inherits="SMS.Computer_Operator.MonthlyPaySlip" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
height: 50px;
font-weight: 700;
}
.style3
{
height: 51px;
font-weight: 700;
}
.style5
{
text-align: center;
height: 45px;
}
.style6
{
height: 40px;
}
.style7
{
height: 25px;
text-align: center;
width: 154px;
}
.style8
{
height: 45px;
width: 193px;
}
.style9
{
height: 47px;
}
.style10
{
font-weight: bold;
}
.style11
{
width: 193px;
}
.style12
{
height: 50px;
font-weight: 700;
width: 193px;
font-family: "Times New Roman", Times, serif;
}
.style13
{
height: 51px;
font-weight: 700;
width: 193px;
}
.style14
{
height: 40px;
width: 193px;
}
.style15
{
height: 47px;
width: 193px;
}
.style16
{
height: 26px;
font-weight: 700;
width: 193px;
font-size: large;
}
.style17
{
height: 26px;
font-weight: 700;
text-align: center;
font-size: large;
}
.style18
{
height: 25px;
text-align: center;
width: 193px;
}
.style19
{
height: 26px;
font-weight: 700;
text-align: center;
font-size: large;
width: 204px;
}
.style20
{
height: 50px;
font-weight: 700;
width: 204px;
}
.style21
{
height: 51px;
font-weight: 700;
width: 204px;
}
.style22
{
font-size: medium;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="height: 500px; width: 600px; background-color:#ffdab9">
<tr>
<td style="background-color:Navy" class="style11">
<table style="height: 80px; width: 80px">
<tr>
<td style=" background-image: url('image/w.jpg'); background-repeat: norepeat;">
</td>
</tr>
</table>
<td colspan="2" style="color: #FFFFFF; background-color:Navy; font-size:
37px; text-align: left;"
align="center" class="style10">
The Crescent Academy
</td>
</tr>
<tr>
<td colspan="3">
<hr style="width: 596px" />
</td>
</tr>
<tr>
<td class="style16">
<span class="style22">
Date:-</span><asp:Label ID="lblpaydate" runat="server"></asp:Label>
</td>
<td class="style19">
(Monthly Slip)</td>
<td class="style17">
</td>
</tr>
<tr>
<td class="style12">
Student Name
:-</td>
<td class="style20">
<asp:Label ID="lblname" runat="server"></asp:Label>
</td>
<td class="style1">
Class:-
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" align="center">
<hr style="color: #FF0000" /></td>
</tr>
<tr>
<td style="font-weight: 700; " class="style14">
Total Amount:-</td>
<td colspan="2" class="style6" style="text-align: center">
<asp:Label ID="lbltotal" runat="server" Style="font-weight:
700"></asp:Label>
</td>
</tr>
<tr>
<td style="font-weight: 700; " class="style8">
Paid Amount
:-</td>
<td colspan="2" class="style5">
<asp:Label ID="lblpaid" runat="server" Style="font-weight:
700"></asp:Label>
</td>
</tr>
<tr>
<td style="font-weight: 700; " class="style15">
Dues Amount
:-</td>
<td colspan="2" class="style9" style="text-align: center">
<asp:Label ID="lbldues" runat="server" Style="font-weight:
700"></asp:Label>
</td>
<tr>
<td style="font-weight: 700; font-size: 30px" class="style7" colspan="3">
.style4
{
height: 38px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table align="center" style="height: 600px; width: 700px; background-color:
#ffdab9;
border: 3px solid Navy">
<tr>
<td colspan="2" style="text-align: center; background-color: Navy; fontweight: 700;
font-size: x-large; color: #FFFFFF" class="style4">
Operator Salary Payment
</td>
</tr>
<tr>
<td style="font-weight: 700; width: 250px; font-family: Century;">
Enter
Employee ID
</td>
<td>
<asp:TextBox ID="txtemployeeid" runat="server" Height="24px"
Width="158px" placeholder="Enter your Employee-id"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
</td>
<td>
<asp:Button ID="btnfind" runat="server" BackColor="Navy"
ForeColor="White" Height="37px"
Text="Find Details" Width="158px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Yellow">
</td>
</tr>
<tr>
<td class="style1">
*Name
</td>
<td>
<asp:Label ID="lblname" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
*Dob
</td>
<td>
<asp:Label ID="lbldob" runat="server" CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
*Gender
</td>
<td>
<asp:Label ID="lblgender" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
*Address
</td>
<td>
<asp:Label ID="lbladdress" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
*Mobile
</td>
<td>
<asp:Label ID="lblmobile" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
*Email
</td>
<td>
<asp:Label ID="lblemail" runat="server"
CssClass="style2"></asp:Label>
<span class="style2"> </span>
</td>
</tr>
<tr>
<td class="style1">
*Joining
Date
</td>
<td>
<asp:ListItem>Jan</asp:ListItem>
<asp:ListItem>Feb</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>June</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>Aug</asp:ListItem>
<asp:ListItem>Sept</asp:ListItem>
<asp:ListItem>Oct</asp:ListItem>
<asp:ListItem>Nov</asp:ListItem>
<asp:ListItem>Dec</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddselectyears" runat="server" Height="23px"
Width="127px">
<asp:ListItem>Selecte Years</asp:ListItem>
<asp:ListItem>1990</asp:ListItem>
<asp:ListItem>1991</asp:ListItem>
<asp:ListItem>1992</asp:ListItem>
<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
<asp:ListItem>2019</asp:ListItem>
<asp:ListItem>2020</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style1">
*Working
Days
</td>
<td>
<asp:TextBox ID="txtworkingdays" runat="server" Height="24px"
Width="158px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style1">
*Fix
Salary
</td>
<td>
<asp:TextBox ID="txtfixsalary" runat="server" Height="24px"
Width="158px" Style="font-weight: 700"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style1">
*Enter
Salary
</td>
<td>
<asp:TextBox ID="txtentersalary" runat="server" Height="24px"
Width="158px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="btnpay" runat="server" Style="text-align: center"
Text="Pay" BackColor="navy"
ForeColor="White" Height="36px" Width="97px"
OnClick="btnpay_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center; background-color: Navy; fontweight: 700;
font-size: x-large; color: #FFFFFF" class="style3">
Best Of Luck
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
OperatorSalaryPaymentslip.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master" AutoEventWireup="true"
CodeBehind="OperatorSalaryPaymentslip.aspx.cs"
Inherits="SMS.Computer_Operator.OperatorSalaryPayment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
font-size: large;
font-weight: bold;
height: 45px;
text-align: left;
width: 290px;
}
.style3
{
height: 45px;
text-align: left;
}
.style5
{
width: 290px;
}
.style6
{
font-family: "Eras Medium ITC";
}
.style7
{
text-align: left;
}
.style8
{
font-size: large;
font-weight: bold;
height: 39px;
text-align: left;
width: 290px;
}
.style9
{
height: 39px;
text-align: left;
}
.style10
{
height: 40px;
text-align: left;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="width:700px; height:200px; background-color:#ffdab9">
<tr>
<td style="background-color:Navy" class="style5">
<table style="height: 80px; width: 80px">
<tr>
<td style=" background-image: url('image/w.jpg'); background-repeat: norepeat;" float="left">
</td>
</tr>
</table>
</td>
<td style="font-weight: 700; font-size: xx-large; color: #FFFFFF; backgroundcolor:Navy">
The Crescent Academy</td>
</tr>
<tr>
<td colspan="2"
style="text-align: center; font-weight: 700; font-size: x-large; color:
#0000CC">
Operator Payment Slip</td>
</tr>
<tr>
<td colspan="2"
style="text-align: center; font-weight: 700; font-size: x-large; backgroundcolor:Yellow; color: #0000CC" >
</td>
</tr>
<tr>
<td class="style2">
Month
</td>
<td class="style3" >
<asp:Label ID="lblmonth" runat="server" CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Payment Date</td>
<td class="style7">
<span class="style6"> </span><asp:Label ID="lblpayment"
runat="server"
CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Name Of Employee
</td>
<td class="style7">
<span class="style6"> </span><asp:Label ID="nameemployee"
runat="server"
CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Mobile
</td>
<td class="style7">
<asp:Label ID="mobile" runat="server" CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Working days
</td>
<td class="style7">
<asp:Label ID="lblworkingdays" runat="server"
CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Total payment
</td>
<td class="style7"><span class="style6"> </span><asp:Label
ID="lbltotalpay"
runat="server" CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style8">
Pay amount
</td>
<td class="style9">
<asp:Label ID="lblpayamount" runat="server" CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td colspan="2" style="background-color:Navy" class="style10"></td>
</tr>
</table>
</asp:Content>
Registration.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master"
AutoEventWireup="true" CodeBehind="Registration.aspx.cs"
Inherits="SMS.AllProjectsContains.Computer_Operator.Registration" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
width: 789px;
}
.style2
{
width: 789px;
color: #FF0000;
}
.style3
{
width: 789px;
font-weight: bold;
}
.style4
{
width: 182px;
}
.style5
{
width: 214px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<h2 style="width: 990px; height: 30px; color: white; background-color: Maroon; fontfamily: Simplified Arabic Fixed;
border-radius: 30px 30px 30px 30px">
Registration Form</h2>
<table align="center" style="height: auto; width: 990px; background-color:
#ffdab9;
font-size: 20px; border-radius: 30px 30px 30px 30px">
<tr>
<td align="center" colspan="4" style="font-size: 25px; font-weight: bolder;
background-color: Navy;
width: 700px; color: White; border-radius: 30px 30px 0px 0px">
Student Registration Form
</td>
</tr>
<tr>
<td class="style2">
<strong>Fill Here Your Details</strong>
</td>
<td class="style5">
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style3">
Student Name
</td>
<td class="style5">
<asp:TextBox ID="txtstudentname" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Name"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtstudentname" Display="Dynamic"
ErrorMessage="**"
style="color: #FF0000; font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style3">
Father's Name
</td>
<td class="style5">
<asp:TextBox ID="txtfathername" runat="server" Height="23px"
Width="197px" placeholder="Enter Father's Name"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtfathername" Display="Dynamic"
ErrorMessage="**"
ForeColor="Red" style="font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style3">
Date of Birth
</td>
<td class="style5">
<asp:DropDownList ID="dddobdays" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="dddobmonths" runat="server"
class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>January</asp:ListItem>
<asp:ListItem>February</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>August</asp:ListItem>
<asp:ListItem>September</asp:ListItem>
<asp:ListItem>October</asp:ListItem>
<asp:ListItem>November</asp:ListItem>
<asp:ListItem>December</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:DropDownList ID="dddobyears" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style3">
Gender
</td>
<td class="style5">
<asp:DropDownList ID="ddgender" runat="server" class="dropdown">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>Male</asp:ListItem>
<asp:ListItem>Female</asp:ListItem>
</asp:DropDownList>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="4" align="center" style="background-color: Silver; color:
navy; font-size: 20px;
font-weight: bolder">
Admission Details
</td>
</tr>
<tr>
<td class="style3">
Select Class
</td>
<td class="style5">
<asp:DropDownList ID="ddselectclass" runat="server" class="dropdown"
OnSelectedIndexChanged="ddselectclass_SelectedIndexChanged">
</asp:DropDownList>
</td>
<td style="width: 200px">
</td>
<td style="width: 200px">
</td>
</tr>
<tr>
<td class="style3">
Roll-Number
</td>
<td class="style5">
<asp:TextBox ID="txtrollno" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Roll-No."></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server"
ControlToValidate="txtrollno" Display="Dynamic" ErrorMessage="**"
ForeColor="Red" style="font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style3">
Date Of Admission
</td>
<td class="style5">
<asp:TextBox ID="txtdateofadmission" runat="server" Height="23px"
Width="197px" placeholder="Enter Date Of Admission"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server"
ControlToValidate="txtdateofadmission" Display="Dynamic"
ErrorMessage="**"
ForeColor="Red" style="font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style3">
Admission Number
</td>
<td class="style5">
<asp:TextBox ID="txtadmissionno" runat="server" Height="23px"
Width="197px" placeholder="Enter Admission No."></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server"
ControlToValidate="txtadmissionno" Display="Dynamic"
ErrorMessage="**"
ForeColor="Red" style="font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style3">
Session
</td>
<td class="style5">
<asp:DropDownList ID="ddsession" runat="server">
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style3">
Username
</td>
<td class="style5">
<asp:TextBox ID="txtuserid" runat="server" Height="23px"
Width="197px" placeholder="Enter User Name"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server"
ControlToValidate="txtuserid" Display="Dynamic" ErrorMessage="**"
ForeColor="Red" style="font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style3">
Password
</td>
<td class="style5">
<asp:TextBox ID="txtpassword" runat="server" Height="23px"
Width="197px" placeholder="Enter Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server"
ControlToValidate="txtpassword" Display="Dynamic"
ErrorMessage="**"
ForeColor="Red" style="font-size: small; font-weight:
700"></asp:RequiredFieldValidator>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="4" align="center" style="background-color: Silver; color:
navy; font-size: 20px;
font-weight: bolder">
Contact Details
</td>
</tr>
<tr>
<td class="style3">
Address
</td>
<td class="style5">
<asp:TextBox ID="txtaddressstudent" runat="server" Height="23px"
Width="197px" placeholder="Enter Address"></asp:TextBox>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="style3">
State
</td>
<td class="style5">
<asp:TextBox ID="txtstatestudent" runat="server" Height="23px"
Width="197px" placeholder="Enter State"></asp:TextBox>
</td>
<td>
<b>District </b>
</td>
<td>
<asp:TextBox ID="txtdistrictstudent" runat="server" Height="23px"
Width="197px" placeholder="Enter District"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style3">
Mobile-Number
</td>
<td class="style5">
<asp:TextBox ID="txtmobilestudent" runat="server" Height="23px"
Width="197px" placeholder="Enter Mobile No."></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1"
runat="server"
ControlToValidate="txtmobilestudent" Display="Dynamic"
ErrorMessage="
Numaber not valid"
ValidationExpression="^[5-9][0-9]{9}$" ForeColor="Red"
style="font-size: small; font-weight: 700; text-align:
center"></asp:RegularExpressionValidator>
</td>
<td>
<b>Pincode </b>
</td>
<td>
<asp:TextBox ID="txtpincodestudent" runat="server" Height="23px"
Width="197px" placeholder="Enter Your Pincode"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style3">
Email-Address
</td>
<td class="style5">
<asp:TextBox ID="txtemailaddressstudent" runat="server"
Height="23px" Width="197px"
placeholder="Enter Your Email-Id"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2"
runat="server"
ControlToValidate="txtemailaddressstudent" Display="Dynamic"
ErrorMessage="Email not valid"
style="font-size: small; color: #FF0000; font-weight: 700"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+
([-.]\w+)*"></asp:RegularExpressionValidator>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
</td>
</tr>
<tr>
<td colspan="4" style="background-color: Navy; color: yellow; height:
51px;" align="center">
<asp:Label ID="lblmsg" runat="server"></asp:Label>
</td>
</tr>
</table>
<asp:Calendar ID="Cal" runat="server"></asp:Calendar>
</asp:Content>
TeacherPaymentSlip.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Computer
Operator/ComputerMaster.Master"
AutoEventWireup="true" CodeBehind="TeacherPaymentSlip.aspx.cs"
Inherits="SMS.Computer_Operator.TeacherPaymentSlip" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
font-size: large;
font-weight: bold;
height: 45px;
text-align: left;
width: 290px;
}
.style3
{
height: 45px;
text-align: left;
}
.style5
{
width: 290px;
}
.style6
{
font-family: "Eras Medium ITC";
}
.style7
{
text-align: left;
}
.style8
{
font-size: large;
font-weight: bold;
height: 39px;
text-align: left;
width: 290px;
}
.style9
{
height: 39px;
text-align: left;
}
.style10
{
height: 40px;
text-align: left;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="width:700px; height:200px; background-color:#ffdab9">
<tr>
<td style="background-color:Navy" class="style5">
<table style="height: 80px; width: 80px">
<tr>
<td style=" background-image: url('image/w.jpg'); background-repeat: norepeat;" float="left">
</td>
</tr>
</table>
</td>
<td style="font-weight: 700; font-size: xx-large; color: #FFFFFF; backgroundcolor:Navy">
The Crescent Academy</td>
</tr>
<tr>
<td colspan="2"
style="text-align: center; font-weight: 700; font-size: x-large; color:
#0000CC">
Teacher Payment Slip</td>
</tr>
<tr>
<td colspan="2"
style="text-align: center; font-weight: 700; font-size: x-large; backgroundcolor:Yellow; color: #0000CC" >
</td>
</tr>
<tr>
<td class="style2">
Month
</td>
<td class="style3" >
<asp:Label ID="lblmonth" runat="server" CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Payment Date</td>
<td class="style7">
<span class="style6"> </span><asp:Label ID="lblpayment"
runat="server"
CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Name Of Employee
</td>
<td class="style7">
<span class="style6"> </span><asp:Label ID="nameemployee"
runat="server"
CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Mobile
</td>
<td class="style7">
<asp:Label ID="mobile" runat="server" CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Working days
</td>
<td class="style7">
<asp:Label ID="lblworkingdays" runat="server"
CssClass="style6"></asp:Label>
</td>
</tr>
<tr>
<td class="style2">
Total payment
</td>
<ContentTemplate>
<table align="center" style="height: 600px; width: 700px; background-color:
#ffdab9;
border: 3px solid Navy">
<tr>
<td colspan="2" style="text-align: center; background-color: Navy; fontweight: 700;
font-size: x-large; color: #FFFFFF" class="style4">
Teacher Salary Payment
</td>
</tr>
<tr>
<td style="font-weight: 700; width: 250px; font-family: Century;">
Enter
Employee ID
</td>
<td>
<asp:TextBox ID="txtemployeeid" runat="server" Height="24px"
Width="158px" placeholder="Enter your Employee-id"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-weight: 700">
</td>
<td>
<asp:Button ID="btnfind" runat="server" BackColor="Navy"
ForeColor="White" Height="37px"
Text="Find Details" Width="158px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Yellow">
</td>
</tr>
<tr>
<td class="style1">
*Name
</td>
<td>
<asp:Label ID="lblname" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
*Dob
</td>
<td>
<asp:Label ID="lbldob" runat="server" CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
</td>
<td>
<asp:Label ID="lblgender" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
</td>
<td>
<asp:Label ID="lbladdress" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
</td>
<td>
<asp:Label ID="lblmobile" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
</td>
<td>
<asp:Label ID="lblemail" runat="server"
CssClass="style2"></asp:Label>
<span class="style2"> </span>
</td>
</tr>
<tr>
<td class="style1">
Date
</td>
<td>
<asp:Label ID="lbljoiningdate" runat="server"
CssClass="style2"></asp:Label>
</td>
</tr>
<tr>
<td colspan="2" style="background-color: Yellow">
</td>
</tr>
<tr>
*Gender
*Address
*Mobile
*Joining
<td class="style1">
*Select
Date
</td>
<td>
<asp:DropDownList ID="ddselectdays" runat="server" Height="23px"
Width="127px">
<asp:ListItem>Selecte Days</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddselectmonth" runat="server" Height="23px"
Width="127px">
<asp:ListItem>Select Month</asp:ListItem>
<asp:ListItem>Jan</asp:ListItem>
<asp:ListItem>Feb</asp:ListItem>
<asp:ListItem>March</asp:ListItem>
<asp:ListItem>April</asp:ListItem>
<asp:ListItem>May</asp:ListItem>
<asp:ListItem>June</asp:ListItem>
<asp:ListItem>July</asp:ListItem>
<asp:ListItem>Aug</asp:ListItem>
<asp:ListItem>Sept</asp:ListItem>
<asp:ListItem>Oct</asp:ListItem>
<asp:ListItem>Nov</asp:ListItem>
<asp:ListItem>Dec</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddselectyears" runat="server" Height="23px"
Width="127px">
<asp:ListItem>Selecte Years</asp:ListItem>
<asp:ListItem>1990</asp:ListItem>
<asp:ListItem>1991</asp:ListItem>
<asp:ListItem>1992</asp:ListItem>
<asp:ListItem>1993</asp:ListItem>
<asp:ListItem>1994</asp:ListItem>
<asp:ListItem>1995</asp:ListItem>
<asp:ListItem>1996</asp:ListItem>
<asp:ListItem>1997</asp:ListItem>
<asp:ListItem>1998</asp:ListItem>
<asp:ListItem>1999</asp:ListItem>
<asp:ListItem>2000</asp:ListItem>
<asp:ListItem>2001</asp:ListItem>
<asp:ListItem>2002</asp:ListItem>
<asp:ListItem>2003</asp:ListItem>
<asp:ListItem>2004</asp:ListItem>
<asp:ListItem>2005</asp:ListItem>
<asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem>
<asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>
<asp:ListItem>2011</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2015</asp:ListItem>
<asp:ListItem>2016</asp:ListItem>
<asp:ListItem>2017</asp:ListItem>
<asp:ListItem>2018</asp:ListItem>
<asp:ListItem>2019</asp:ListItem>
<asp:ListItem>2020</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style1">
*Working
Days
</td>
<td>
<asp:TextBox ID="txtworkingdays" runat="server" Height="24px"
Width="158px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style1">
*Fix
Salary
</td>
<td>
<asp:TextBox ID="txtfixsalary" runat="server" Height="24px"
Width="158px" Style="font-weight: 700"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style1">
*Enter
Salary
</td>
<td>
<asp:TextBox ID="txtentersalary" runat="server" Height="24px"
Width="158px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="btnpay" runat="server" Style="text-align: center"
Text="Pay" BackColor="navy"
ForeColor="White" Height="36px" Width="97px"
OnClick="btnpay_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center; background-color: Navy; fontweight: 700;
font-size: x-large; color: #FFFFFF" class="style3">
Best Of Luck
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
ChangePassword.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Student/StudentMaster.Master"
AutoEventWireup="true"
CodeBehind="ViewResult.aspx.cs"
Inherits="SMS.AllProjectsContains.Student.ResultDetails" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<hr />
</td>
</tr>
<tr>
<td colspan="4" align="center" style="text-align: right" align="center">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="33px"
Width="80px" OnClick="btnfind_Click" />
</td>
<td colspan="2">
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvdisplayresult" runat="server" AllowPaging="True"
AutoGenerateSelectButton="True"
BackColor="White" BorderColor="#3366CC" BorderStyle="None"
BorderWidth="1px"
CellPadding="4"
OnSelectedIndexChanged="gvdisplayresult_SelectedIndexChanged"
PageIndex="4">
<Columns>
<asp:TemplateField></asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
Default.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Student/StudentMaster.Master"
AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SMS.Student.Default"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
Session
</td>
<td>
<asp:DropDownList ID="ddsession" runat="server" Height="27px"
Width="136px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="font-weight: 700" colspan="6">
<hr />
</td>
</tr>
<tr>
<td colspan="8" align="center" style="text-align: center; font-weight:
700;">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="33px"
Width="80px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvdisplay" runat="server" BackColor="White"
BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
PrintResult.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Student/StudentMaster.Master"
AutoEventWireup="true" CodeBehind="PrintResult.aspx.cs"
Inherits="SMS.AllProjectsContains.Student.PrintResult" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style1
{
font-size: large;
font-weight: bold;
text-align: left;
}
.style2
{
height: 61px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<table style="height: 500px; width: 750px; border: 1px solid black; backgroundcolor:#ffdab9;">
<tr>
<td align="center" colspan="4"
style="font-weight: 700; background-color:Navy; font-size: xx-large; color:
#FFFFFF;"
class="style2">
The Crescent Academy</td>
</tr>
<tr>
<td align="center" colspan="4"
style="font-weight: 700; font-size: x-large; text-decoration: underline;
background-color:yellow">
Student Result</td>
</tr>
<tr>
<td style="font-weight: 700">
Name
</td>
<td>
<b>Class
</b>
</td>
<td>
<b>Roll-Number
</b>
</td>
<td>
<b>Date Of Examination
</b>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblname" runat="server"></asp:Label>
</td>
<td>
<asp:Label ID="lblclass" runat="server"></asp:Label>
</td>
<td>
<asp:Label ID="lblroll" runat="server"></asp:Label>
</td>
<td>
<asp:Label ID="lbldateofexam" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="4"
style="text-align: center; font-weight: 700; font-size: large; text-decoration:
underline; background-color:Yellow ">
Marks details
</td>
</tr>
<tr>
<td class="style1">
Math</td>
<td>
<asp:Label ID="lblmath" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
English</td>
<td>
<asp:Label ID="lblenglish" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
Hindi</td>
<td>
<asp:Label ID="lblhindi" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
Science</td>
<td>
<asp:Label ID="lblscience" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
Social Science
</td>
<td>
<asp:Label ID="lblsocialscience" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
Total Marks</td>
<td>
<asp:Label ID="lbltotalmarks" runat="server"></asp:Label>
</td>
<td>
<b>Obtained Marks</b></td>
<td>
<asp:Label ID="lblobtainmarks" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td class="style1">
Percentage
</td>
<td>
<asp:Label ID="lblpercent" runat="server"></asp:Label>
</td>
<td>
<b>Division</b></td>
<td>
<asp:Label ID="lbldivison" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="btnhome" runat="server" Height="32px" Text="HOME"
Width="115px"
onclick="btnhome_Click" />
</td>
<td align="center" colspan="2">
<asp:Button ID="btnprint" runat="server" Height="31px" Text="PRINT"
Width="109px" onclick="btnprint_Click" />
</td>
</tr>
<tr>
<td align="center" colspan="4" style="background-color:Navy">
</td>
</tr>
</table>
</asp:Content>
StudentDetails.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Student/StudentMaster.Master"
AutoEventWireup="true"
CodeBehind="StudentDetails.aspx.cs"
Inherits="SMS.AllProjectsContains.Student.StudentDetails" %>
Session
</td>
<td>
<asp:DropDownList ID="ddsession" runat="server" Height="27px"
Width="136px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="font-weight: 700" colspan="6">
<hr />
</td>
</tr>
<tr>
<td colspan="4" align="center" style="text-align: center">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="33px"
Width="80px" OnClick="btnfind_Click"
Style="text-align: center" />
</td>
<td colspan="2">
<asp:Button ID="btnshow" runat="server" Height="31px"
OnClick="btnshow_Click" Text="Show All"
Width="73px" />
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvstudent" runat="server" BackColor="White"
BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" AllowPaging="True"
AutoGenerateColumns="False"
PageIndex="4" OnSelectedIndexChanged="gvstudent_SelectedIndexChanged"
Height="41px"
Style="margin-top: 0px; text-align: center; font-weight: 700; color: #FF3300;"
Width="849px" align="center">
<Columns>
<asp:TemplateField HeaderText="Name">
<ItemTemplate>
<asp:Label ID="lblnmae" runat="server" Text='<
%#Bind("student_name") %>' ForeColor="Red"
Style="font-weight: 700; text-align: center"></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Class">
<ItemTemplate>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="font-weight: 700" colspan="6">
<hr />
</td>
</tr>
<tr>
<td colspan="4" align="center" style="text-align: right" align="center">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="33px"
Width="80px" OnClick="btnfind_Click" />
</td>
<td colspan="2">
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvdisplayresult" runat="server" AllowPaging="True"
AutoGenerateSelectButton="True"
BackColor="White" BorderColor="#3366CC" BorderStyle="None"
BorderWidth="1px"
CellPadding="4"
OnSelectedIndexChanged="gvdisplayresult_SelectedIndexChanged"
PageIndex="4">
<Columns>
<asp:TemplateField></asp:TemplateField>
</Columns>
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
ChangePasswordTeacher.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Teachers/TeacherMaster.Master"
AutoEventWireup="true" CodeBehind="ChangePasswordTeacher.aspx.cs"
Inherits="SMS.Teachers.ChangePassword" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style4
{
height: 42px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="height: 300px; width: 600px; border: 1px solid black; backgroundcolor: #ffdab9"
align="center">
<tr>
<td align="center" colspan="2" style="font-weight: 700; background-color:
Navy; color: #FFFFFF;"
class="style4">
CHANGE PASSWORD
</td>
</tr>
<tr>
<td>
<b>Enter User Name</b>
</td>
<td>
</asp:Content>
Default.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Teachers/TeacherMaster.Master"
AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SMS.Teachers.Default"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>
StudentDetails.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Student/StudentMaster.Master"
AutoEventWireup="true"
CodeBehind="StudentDetails.aspx.cs"
Inherits="SMS.AllProjectsContains.Student.StudentDetails" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table align="center" style="height: 100px; width: 700px; background-color:
#ffdab9;
border: 1px solid silver">
<tr>
<td style="font-weight: 700; font-size: x-large; background-color: Navy;
color: white"
colspan="6">
Student Details
</td>
</tr>
<tr>
<td style="font-weight: 700">
Class
</td>
<td>
<asp:DropDownList ID="ddclass" runat="server" Height="27px"
Width="136px" OnSelectedIndexChanged="ddclass_SelectedIndexChanged">
</asp:DropDownList>
</td>
<td style="font-weight: 700">
Roll
</td>
<td style="height: 35px">
<asp:DropDownList ID="ddroll" runat="server" Height="27px"
Width="136px">
<asp:ListItem>---Select---</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
<td style="font-weight: 700">
Session
</td>
<td>
<asp:DropDownList ID="ddsession" runat="server" Height="27px"
Width="136px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="font-weight: 700" colspan="6">
<hr />
</td>
</tr>
<tr>
<td colspan="4" align="center" style="text-align: center">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="33px"
Width="80px" OnClick="btnfind_Click"
Style="text-align: center" />
</td>
<td colspan="2">
<asp:Button ID="btnshow" runat="server" Height="31px"
OnClick="btnshow_Click" Text="Show All"
Width="73px" />
</td>
</tr>
<tr>
<td colspan="6" align="center" style="background-color: Navy; height:
30px">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvstudent" runat="server" BackColor="White"
BorderColor="#3366CC"
Teacher View
</td>
</tr>
<tr>
<td style="color: #000000; font-weight: 700;" class="style4">
User Name
</td>
<td>
<asp:TextBox ID="txtuser" runat="server" Height="26px"
Width="230px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="color: #000000; font-weight: 700;" class="style4">
Password
</td>
<td>
<asp:TextBox ID="txtpassword" runat="server" Height="26px"
Width="230px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="btnfind" runat="server" Text="Find" Height="31px"
Width="84px" OnClick="btnfind_Click" />
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center; background-color: Navy">
<asp:Label ID="lblmsg" runat="server"
ForeColor="Yellow"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="Gvteacherdetails" runat="server" BackColor="White"
BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" align="center"
Width="422px">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<HeaderStyle BackColor="#003399" Font-Bold="True"
ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399"
HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True"
ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>