You are on page 1of 24

A.

SCREEN SHOTS

B. CODING
HOMEPAGE
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<divid="templatemo_right_column">
<divclass="innertube">
<h1>Welcome to SRT Bus Company</h1>
<p>One of the marvelous things about community is that it enables us to welcome and help
people in a way we couldn't as individuals.<br/>When we pool our strength and share the work
and responsibility, we can welcome many people, even those in deep distress, and perhaps help
them find self-confidence and inner healing. </p>
<divid="templatemo_destination">
<h2>Branches</h2>
<p><ahref="covai.aspx"><imgsrc="images/madurai.jpg"alt="Madurai"style="height: 117px;
width: 133px"/></a>
<ahref="mettupalayam.aspx"><imgsrc="images/cbe.jpg"alt="Coibatore"style="height: 117px;
width: 133px"/></a>
<ahref="erode.aspx"><imgsrc="images/dindigul.jpg"alt="Dindigul"style="height: 117px; width:
133px"/></a>
<ahref="pollachi.aspx"><imgsrc="images/palani.jpg"alt="Palani"style="height: 117px; width:
133px"/></a>
</p>
<h2>NEWS &amp; EVENTS</h2>
<pstyle="width: 274px; height: 101px"><strong><spanclass="post_date">POST DATE: 20-12048</span><br/>
</strong>
Curabiturquisvelitquistortortinciduntaliquet.Vivamusleovelit, convallis id, ultrices sit amet,
tempor a, libero. Quisquerhoncusnullaquis sem. Maurisquisnullasedipsumpretiumsagittis.
<asp:ImageID="Image1"runat="server"ImageUrl="~/images/bus2.jpg"ImageAlign="right"Heig
ht="176px"style="text-align: right; z-index: 1; left: 624px; top: 672px; position: absolute"/>
</p>
<%--<p><a href="http://validator.w3.org/check?uri=referer"><img height="31" alt="Valid
XHTML 1.0 Transitional" src="http://www.w3.org/Icons/valid-xhtml10" width="88"
vspace="8" border="0" /></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img
alt="Valid CSS!" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" vspace="8"
border="0" /></a></p>--%>
</div>
</div>
</div>
</asp:Content>

FAQ PAGE
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<divid="templatemo_right_column">
<divclass="innertube">
<h1>
Communication Page..
</h1>
<div>
<table>
<tr><tdrowspan="4"style="width: 52px"></td>
<tdstyle="width: 109px; height: 47px;">
<asp:LabelID="Label3"runat="server"Text="Receipint:"Font-Names="Times New
Roman"Font-Size="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 47px">
<asp:DropDownListID="DropDownList1"runat="server"Font-Names="Times New
Roman"Font-Size="Medium"Width="253px">
<asp:ListItem>Select Receipiant</asp:ListItem>
<asp:ListItem>Coimbatore</asp:ListItem>
<asp:ListItem>Erode</asp:ListItem>
<asp:ListItem>Pollachi</asp:ListItem>
<asp:ListItem>Mettuppalayam</asp:ListItem>
<asp:ListItem>All</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:LabelID="Label2"runat="server"Text="Label"></asp:Label>
</td>
</tr>
<tr>
<tdstyle="width: 109px; height: 49px;">
<asp:LabelID="Label4"runat="server"Text="Subject:"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 49px">
<asp:TextBoxID="TextBox1"runat="server"Font-Names="Times New Roman"FontSize="Medium"Width="249px"></asp:TextBox></td>
</tr>
<tr>
<tdstyle="height: 54px">
<asp:LabelID="Label1"runat="server"Text="Mgs. Body:"Font-Names="Times New
Roman"Font-Size="Medium"></asp:Label>
</td>
<tdstyle="height: 54px">

<asp:TextBoxID="TextBox2"runat="server"TextMode="MultiLine"Height="95px"Width="260
px"></asp:TextBox>
</td>
</tr>
<tr>
<tdcolspan="2"style="text-align:center; height: 54px;">
<asp:ButtonID="Button1"runat="server"Text="Send"Font-Names="Times New Roman"FontSize="Medium"ForeColor="Blue"Width="60px"OnClick="Button1_Click"/>
</td>
</tr>
</table>
</div>
<div>
<h2>Recieved Mails..</h2>
<p>
<asp:GridViewID="GridView1"runat="server"AutoGenerateColumns="False"Width="594px">
<Columns>
<asp:BoundFieldDataField="sdt"HeaderText="Date"/>
<asp:BoundFieldDataField="recei"HeaderText="Sender"/>
<asp:BoundFieldDataField="subj"HeaderText="Subject"/>
<asp:BoundFieldDataField="msg"HeaderText="Message"/>
</Columns>
</asp:GridView>
</p>
</div>
</div>
</div>
</asp:Content>

HOME PAGE

<%@PageTitle=""Language="C#"MasterPageFile="~/mdMasterPage.master"AutoEventWireup
="true"CodeFile="acoountreport.aspx.cs"Inherits="acoountreport"%>
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<div>
<table>
<tr>
<tdstyle="width: 116px">
<asp:RadioButtonID="RadioButton1"runat="server"Font-Names="Times New Roman"FontSize="Medium"GroupName="br"Text="Coimbatore"/>
</td>
<tdstyle="width: 86px">

<asp:RadioButtonID="RadioButton2"runat="server"Font-Names="Times New Roman"FontSize="Medium"GroupName="br"Text="Erode"/>


</td>
<tdstyle="width: 127px">
<asp:RadioButtonID="RadioButton3"runat="server"Font-Names="Times New Roman"FontSize="Medium"GroupName="br"Text="Mettupalayam"/>
</td>
<tdstyle="width: 90px">
<asp:RadioButtonID="RadioButton4"runat="server"Font-Names="Times New Roman"FontSize="Medium"GroupName="br"Text="Pollachi"/>
</td>
<tdstyle="width: 93px">
<asp:RadioButtonID="RadioButton5"runat="server"Font-Names="Times New Roman"FontSize="Medium"GroupName="br"Text="All"/>
</td>
<tdstyle="width: 104px">
<asp:ButtonID="Button1"runat="server"Text="View"Font-Bold="True"Font-Names="Times
New Roman"FontSize="Medium"ForeColor="Blue"Width="82px"OnClick="Button1_Click"style="height:
29px"/>
</td>
</tr>
</table>
</div><br/>
<divclass="grid_centre">
<asp:GridViewID="GridView1"runat="server"AutoGenerateColumns="False"Width="636px">
<Columns>
<asp:BoundFieldDataField="branch"HeaderText="Branch"/>
<asp:BoundFieldDataField="date"HeaderText="Date"/>
<asp:BoundFieldDataField="regno"HeaderText="Reg. No."/>
<asp:BoundFieldDataField="route"HeaderText="Route"/>
<asp:BoundFieldDataField="expenses"HeaderText="Expenses"/>
<asp:BoundFieldDataField="collection"HeaderText="Collection"/>
<asp:BoundFieldDataField="balance"HeaderText="Balance Amt."/>
</Columns>
</asp:GridView>
</div>
</asp:Content>
<%@PageTitle=""Language="C#"MasterPageFile="~/MasterPage.master"AutoEventWireup="t
rue"CodeFile="adminlogin.aspx.cs"Inherits="adminlogin"%>
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<divid="templatemo_search">
<divclass="search_top"></div>
<divclass="sarch_mid">

<formid="form2"name="form1"method="post"action="">
<tablestyle="width: 266px">
<%--<tr>
<td width="64"><input type="radio" name="search" value="radio" id="search_0" />
<strong>Flight</strong></td>
<td width="171"><label>
<input type="radio" name="search" value="radio" id="search_1" />
<strong>Hotel</strong></label></td>
</tr>
<tr>
<td><input type="radio" name="search" value="radio" id="search_2" />
<strong>Car</strong></td>
<td><label>
<input type="radio" name="search" value="radio" id="search_3" />
<strong>Cruise</strong></label></td>
</tr>--%>
<tr>
<tdstyle="height: 38px; width: 71px"><strong>User Name</strong></td>
<tdstyle="width: 162px; height: 38px;">
<asp:TextBoxID="TextBox1"runat="server"style="margin-left:
0px"Width="137px"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="height: 35px; width: 71px"><strong>Password</strong></td>
<tdstyle="width: 162px; height: 35px;">
<asp:TextBoxID="TextBox2"runat="server"TextMode="Password"Width="137px"></asp:Text
Box></td>
</tr>
<tr>
<tdstyle="height: 37px; width: 71px"><strong>Branch</strong></td>
<tdstyle="width: 162px; height: 37px;">
<asp:DropDownListID="DropDownList1"runat="server"Height="16px"Width="142px">
<asp:ListItem>Select</asp:ListItem>
<asp:ListItem>Coimbatore</asp:ListItem>
<asp:ListItem>Mettupalayam</asp:ListItem>
<asp:ListItem>Erode</asp:ListItem>
<asp:ListItem>Pollachi</asp:ListItem>
<%-- <asp:ListItem>GM</asp:ListItem>--%>
<asp:ListItem>MD</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<%--<tr>
<td><strong>Return</strong></td>

<td style="width: 162px"><input name="return" type="text" id="return" value="24-10-2048"


size="6" />
<select name="return_time" id="return_time">
<option selected="selected">Anytime</option>
<option>Morning</option>
<option>Afternoon</option>
<option>Evening</option>
</select></td>
</tr>--%>
<tr>
<tdstyle="width: 71px">&nbsp;</td>
<tdstyle="width: 162px">
<asp:ImageButtonID="ImageButton1"runat="server"AlternateText="Login"Height="33px"Imag
eUrl="~/images/login_2.png"Width="104px"OnClick="ImageButton1_Click"/>
<%--<a href="#"><imgsrc="images/templatemo_search_button.jpg" alt="templatemo.com"
width="78" height="28" border="0" /></a>--%></td>
</tr>
</table>
</form>
</div>
<divclass="search_bot"></div>
</div>
</asp:Content>
<%@PageTitle=""Language="C#"MasterPageFile="~/managerMaster.master"AutoEventWireup
="true"CodeFile="Collection.aspx.cs"Inherits="Collection"%>
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<divid="templatemo_right_column">
<divclass="innertube">
<h1>

COLLECTION DETAILS PAGE


</h1>
<table>
<tr><tdrowspan="7"style="width: 52px"></td>
<tdstyle="width: 109px; height: 38px">
<asp:LabelID="Label1"runat="server"Text="Date"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:LabelID="Label2"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 84px; height: 38px">
&nbsp;</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label3"runat="server"Text="Reg. No."Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:DropDownListID="DropDownList1"runat="server"Font-Names="Times New
Roman"Font-Size="Medium"></asp:DropDownList>
<asp:ButtonID="Button4"runat="server"OnClick="Button4_Click"Text="Go."/>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label4"runat="server"Text="Route"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox1"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label5"runat="server"Text="Expences"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox2"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>

</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label6"runat="server"Text="Collection"Font-Names="Times New
Roman"Font-Size="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox3"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:ButtonID="Button3"runat="server"FontBold="True"ForeColor="Blue"Text="Balance"OnClick="Button3_Click"/>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox4"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdcolspan="2"align="center"style="height: 54px">
<asp:ButtonID="Button1"runat="server"Text="Store"Font-Bold="True"Font-Names="Times
New Roman"Font-Size="Medium"ForeColor="Blue"Width="61px"OnClick="Button1_Click"/>
&nbsp;&nbsp;&nbsp;
<asp:ButtonID="Button2"runat="server"Text="Next"Font-Bold="True"Font-Names="Times
New Roman"Font-Size="Medium"ForeColor="Blue"Width="55px"OnClick="Button2_Click"/>
</td>
</tr>
</table>
</div>
</div>
</asp:Content>
<%@PageTitle=""Language="C#"MasterPageFile="~/managerMaster.master"AutoEventWireup
="true"CodeFile="Collection.aspx.cs"Inherits="Collection"%>
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<divid="templatemo_right_column">
<divclass="innertube">
<h1>
Daily Collection Entry..
</h1>

<table>
<tr><tdrowspan="7"style="width: 52px"></td>
<tdstyle="width: 109px; height: 38px">
<asp:LabelID="Label1"runat="server"Text="Date"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:LabelID="Label2"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 84px; height: 38px">
&nbsp;</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label3"runat="server"Text="Reg. No."Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:DropDownListID="DropDownList1"runat="server"Font-Names="Times New
Roman"Font-Size="Medium"></asp:DropDownList>
<asp:ButtonID="Button4"runat="server"OnClick="Button4_Click"Text="Go."/>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label4"runat="server"Text="Route"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox1"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label5"runat="server"Text="Expences"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox2"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">

<asp:LabelID="Label6"runat="server"Text="Collection"Font-Names="Times New
Roman"Font-Size="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox3"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:ButtonID="Button3"runat="server"FontBold="True"ForeColor="Blue"Text="Balance"OnClick="Button3_Click"/>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox4"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdcolspan="2"align="center"style="height: 54px">
<asp:ButtonID="Button1"runat="server"Text="Store"Font-Bold="True"Font-Names="Times
New Roman"Font-Size="Medium"ForeColor="Blue"Width="61px"OnClick="Button1_Click"/>
&nbsp;&nbsp;&nbsp;
<asp:ButtonID="Button2"runat="server"Text="Next"Font-Bold="True"Font-Names="Times
New Roman"Font-Size="Medium"ForeColor="Blue"Width="55px"OnClick="Button2_Click"/>
</td>
</tr>
</table>
</div><%@PageTitle=""Language="C#"MasterPageFile="~/comMasterPage.master"AutoEvent
Wireup="true"CodeFile="erode.aspx.cs"Inherits="dgl"%>
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<tablestyle="width: 642px">
<tr>
<tdcolspan="2"align="center"style="height: 58px">
<asp:LabelID="Label1"runat="server"Text="ERODE"Font-Size="Medium"FontBold="True"></asp:Label><br/>
</td>
</tr>
<tr>
<thstyle="width: 97px">

ROUTE MAP PAGE


</th>
<th>
Route Map
</th>
</tr>
<tr>
<tdstyle="width: 97px; height: 59px;">
<asp:LinkButtonID="LinkButton1"runat="server">Madurai - Covai</asp:LinkButton><br/>
<asp:LabelID="Label11"runat="server"Text="5.00am - 9.00am"Font-Names="Times New
Roman"Font-Size="Small"></asp:Label>
</td>
<tdstyle="width: 230px"rowspan="13">
<asp:ImageID="Image1"runat="server"Height="450px"Width="503px"/>
</td>
</tr>
<tr>
<tdstyle="width: 97px; height: 59px;">
<asp:LinkButtonID="LinkButton2"runat="server">LinkButton</asp:LinkButton>
<br/>
<asp:LabelID="Label12"runat="server"Text="10.00am - 2.00pm"Font-Names="Times New
Roman"Font-Size="Small"></asp:Label>
</td>
</tr>
<tr>
<tdstyle="width: 97px; height: 59px;">
<asp:LinkButtonID="LinkButton3"runat="server">LinkButton</asp:LinkButton>
<br/>
<asp:LabelID="Label13"runat="server"Text="5.30am - 8.00am"Font-Names="Times New
Roman"Font-Size="Small"></asp:Label>
</td>
</tr>
<tr>
<tdstyle="width: 97px; height: 59px;">
<asp:LinkButtonID="LinkButton4"runat="server">LinkButton</asp:LinkButton>
<br/>
<asp:LabelID="Label14"runat="server"Text="9.00am - 11.30am"Font-Names="Times New
Roman"Font-Size="Small"></asp:Label>
</td>
</tr>
<tr>
<tdstyle="width: 97px; height: 59px;">
<asp:LinkButtonID="LinkButton5"runat="server">LinkButton</asp:LinkButton>

<br/>
<asp:LabelID="Label15"runat="server"Text="6.00am - 11.00am"Font-Names="Times New
Roman"Font-Size="Small"></asp:Label>
</td>
</tr>
<tr>
<tdstyle="width: 97px; height: 59px;">
<asp:LinkButtonID="LinkButton6"runat="server">LinkButton</asp:LinkButton>
<br/>
<asp:LabelID="Label16"runat="server"Text="12.00pm - 5.00pm"Font-Names="Times New
Roman"Font-Size="Small"></asp:Label>
</td>
</tr>
<%--<tr>
<td style="width: 97px; height: 59px;">
<asp:LinkButton ID="LinkButton7" runat="server">LinkButton</asp:LinkButton>
<br />
<asp:Label ID="Label17" runat="server" Text="5.15am - 9.15am" Font-Names="Times New
Roman" Font-Size="Small"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 97px; height: 59px;">
<asp:LinkButton ID="LinkButton8" runat="server">LinkButton</asp:LinkButton>
<br />
<asp:Label ID="Label18" runat="server" Text="10.15am - 2.15pm" Font-Names="Times New
Roman" Font-Size="Small"></asp:Label>
</td>
</tr>
--%>
</table>
</asp:Content>

</div>
</asp:Content><%@PageTitle=""Language="C#"MasterPageFile="~/managerMaster.master"A
utoEventWireup="true"CodeFile="Expences.aspx.cs"Inherits="Expences"%>
<asp:ContentID="Content1"ContentPlaceHolderID="ContentPlaceHolder1"Runat="Server">
<divid="templatemo_right_column">
<divclass="innertube">
<h1>

EXPENSES PAGE
</h1>
<table>
<tr><tdrowspan="10"style="width: 52px"></td>
<tdstyle="width: 109px; height: 38px">
<asp:LabelID="Label1"runat="server"Text="Date"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:LabelID="Label2"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 84px; height: 38px">
&nbsp;</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label3"runat="server"Text="Reg. No."Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:DropDownListID="DropDownList1"runat="server"Font-Names="Times New
Roman"FontSize="Medium"OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"></asp:Dr
opDownList>
<asp:ButtonID="Button4"runat="server"OnClick="Button4_Click"Text="Go.."/>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label4"runat="server"Text="Route"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox1"runat="server"Font-Names="Times New Roman"FontSize="Medium"></asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="height: 19px">
<asp:LabelID="Label8"runat="server"Text="Expenses:"></asp:Label>
</td>
</tr>
<tr>

<tdstyle="width: 109px">
<asp:LabelID="Label5"runat="server"Text="Allowances"Font-Names="Times New
Roman"Font-Size="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 44px">
<asp:TextBoxID="TextBox2"runat="server"Font-Names="Times New Roman"FontSize="Medium"OnTextChanged="TextBox2_TextChanged">0</asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label6"runat="server"Text="Diesel"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox3"runat="server"Font-Names="Times New Roman"FontSize="Medium">0</asp:TextBox>
</td>
</tr>
<tr>
<tdstyle="width: 109px">
<asp:LabelID="Label7"runat="server"Text="Service"Font-Names="Times New Roman"FontSize="Medium"></asp:Label>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox4"runat="server"Font-Names="Times New Roman"FontSize="Medium">0</asp:TextBox>
</td></tr><tr>
<tdstyle="width: 206px; height: 38px">
<asp:ButtonID="Button3"runat="server"Font-Bold="True"FontSize="Medium"OnClick="Button3_Click"Text="Total"Width="70px"/>
</td>
<tdstyle="width: 206px; height: 38px">
<asp:TextBoxID="TextBox5"runat="server"></asp:TextBox>
</td></tr>
<tr>
<tdcolspan="2"align="center"style="height: 54px">
<asp:ButtonID="Button1"runat="server"Text="Store"Font-Bold="True"Font-Names="Times
New Roman"Font-Size="Medium"ForeColor="Blue"Width="61px"OnClick="Button1_Click"/>
&nbsp;&nbsp;&nbsp;
<asp:ButtonID="Button2"runat="server"Text="Next"Font-Bold="True"Font-Names="Times
New Roman"Font-Size="Medium"ForeColor="Blue"Width="55px"OnClick="Button2_Click"/>
</td></tr></table>
</div></div>

You might also like