⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chargetype.aspx

📁 后台管理模块有:小区管理、设备管理、楼盘管理、收费管理、停车管理、用户管理 小区基本信息 添加周边设施 编辑周边设施 添加公告 编辑公告 楼盘信息添加 编辑楼盘信息 房产信息添加 房产信息查
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chargetype.aspx.cs" Inherits="admin_fixrepair" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>新闻管理</title>
    
<LINK href="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
    <form id="form1" runat="server">
   <TABLE cellSpacing=0 cellPadding=0 bgColor=#c4d8ed border=0>
  <TBODY>
  <TR>
    <TD style="height: 13px"><IMG alt="" src="image/r_1.gif"></TD>
    <TD background=image/r_0.gif style="height: 13px"></TD>
    <TD style="height: 13px"><IMG alt="" src="image/r_2.gif"></TD></TR>
    
  <TR>
    <TD style="height: 39px"></TD>
    <TD style="width: 766px; height: 39px;"><table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid">
        <tbody>
            <tr>
                <td align="left" class="category" colspan="2" style="width: 763px; height: 15px">
                    编辑收费类型</td>
            </tr>
            <tr>
                <td style="width: 763px; height: 0px; text-align: left;" align="right" class="category" colspan="2">
                    <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
                        AutoGenerateColumns="False" DataKeyNames="typeID" BackColor="White" BorderColor="#3366CC" BorderStyle="None"
                        BorderWidth="1px" CellPadding="4" Width="717px" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound">
                        <FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
                        <RowStyle BackColor="White" ForeColor="#003399" />
                        <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
                        <PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" />
                        <HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" />
                        <Columns>
                            <asp:CommandField />
                            <asp:BoundField DataField="Name" HeaderText="收费名称" SortExpression="Name" />
                            <asp:BoundField DataField="textmemo" HeaderText="收费说明" SortExpression="textmemo" />
                            <asp:BoundField DataField="format" HeaderText="收费标准" />
                        </Columns>
                    </asp:GridView>
                    &nbsp;&nbsp;&nbsp;
                </td>
            </tr>
            <tr>
                <td colspan="2" style="width: 763px">
                    <strong><span style="color: #003373; background-color: #ffffff"></span></strong>
                </td>
            </tr>
        </tbody>
    </table>
 
    </TD>
    <TD style="height: 39px"></TD></TR>
    
    
    
    
  <TR>
    <TD><IMG alt="" src="image/r_4.gif"></TD>
    <TD style="width: 766px"></TD>
    <TD><IMG alt="" 
src="image/r_3.gif"></TD></TR></TBODY></TABLE>
  </form>
</BODY>
  

</html>


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -