温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:
SmallHouse/admin/chargetype.aspx,打开代码结构图
SmallHouse/admin/chargetype.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chargetype.aspx.cs" Inherits="admin_fixrepair" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>新闻管理</title> 8
9
<LINK href="image/style.css" type=text/css rel=stylesheet> 10
</head> 11
<body> 12
<form id="form1" runat="server"> 13
<TABLE cellSpacing=0 cellPadding=0 bgColor=#c4d8ed border=0> 14
<TBODY> 15
<TR> 16
<TD style="height: 13px"><IMG alt="" src="image/r_1.gif"></TD> 17
<TD background=image/r_0.gif style="height: 13px"></TD> 18
<TD style="height: 13px"><IMG alt="" src="image/r_2.gif"></TD></TR> 19
20
<TR> 21
<TD style="height: 39px"></TD> 22
<TD style="width: 766px; height: 39px;"><table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid"> 23
<tbody> 24
<tr> 25
<td align="left" class="category" colspan="2" style="width: 763px; height: 15px"> 26
编辑收费类型</td> 27
</tr> 28
<tr> 29
<td style="width: 763px; height: 0px; text-align: left;" align="right" class="category" colspan="2"> 30
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" 31
AutoGenerateColumns="False" DataKeyNames="typeID" BackColor="White" BorderColor="#3366CC" BorderStyle="None" 32
BorderWidth="1px" CellPadding="4" Width="717px" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowEditing="GridView1_RowEditing" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" Height="100px"> 33
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" /> 34
<RowStyle BackColor="White" ForeColor="#003399" /> 35
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" /> 36
<PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" /> 37
<HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" /> 38
<Columns> 39
<asp:BoundField DataField="Name" HeaderText="收费名称" SortExpression="Name" /> 40
41
<asp:BoundField DataField="format" HeaderText="收费标准" SortExpression="format" /> 42
<asp:BoundField DataField="textmemo" HeaderText="收费说明" SortExpression="textmemo" /> 43
<asp:CommandField ShowEditButton="True" HeaderText="编辑" /> 44
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" ShowHeader="True" /> 45
</Columns> 46
<EmptyDataTemplate> 47
48
</EmptyDataTemplate> 49
</asp:GridView> 50
51
</td> 52
</tr> 53
<tr> 54
<td colspan="2" style="width: 763px"> 55
<strong><span style="color: #003373; background-color: #ffffff"></span></strong> 56
</td> 57
</tr> 58
</tbody> 59
</table> 60
61
</TD> 62
<TD style="height: 39px"></TD></TR> 63
64
65
66
67
<TR> 68
<TD><IMG alt="" src="image/r_4.gif"></TD> 69
<TD style="width: 766px"></TD> 70
<TD><IMG alt="" 71
src="image/r_3.gif"></TD></TR></TBODY></TABLE> 72
</form> 73
</BODY> 74
75
76
</html> 77
78
79



