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

📄 homepark.aspx

📁 物业管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="homepark.aspx.cs" Inherits="admin_areafacility" %>

<!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>test</title>
    
<LINK href="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
    <form id="form1" runat="server">
   <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0>
  <TBODY>
  <TR>
    <TD style="width: 7px"><IMG alt="" src="image/r_1.gif"></TD>
    <TD width="100%" background=image/r_0.gif></TD>
    <TD><IMG alt="" src="image/r_2.gif"></TD></TR>
    
  <TR>
    <TD style="width: 7px"></TD>
    <TD>
      
 
      <table class="toptable grid" cellspacing=1 cellpadding=4 align=center 
      border=1>
        <tbody>
            <tr>
                <td align="left" class="category" colspan="3" style="height: 25px">
                    &nbsp; 住户停车场管理</td>
            </tr>
            <tr>
                <td align="left" colspan="3" style="height: 5px; text-align: left" valign="top">
                <asp:Panel ID="Panel1" runat="server" Height="12px" Width="100%">
                    楼宇名称:<asp:DropDownList ID="ddlPavilion" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlPavilion_SelectedIndexChanged"
                        Width="93px">
                    </asp:DropDownList>&nbsp; 单元:<asp:DropDownList ID="ddlCell" runat="server" AutoPostBack="True"
                        OnSelectedIndexChanged="ddlCell_SelectedIndexChanged" Width="97px">
                    </asp:DropDownList>层数:<asp:TextBox ID="TextBox1" runat="server" Width="93px"></asp:TextBox><asp:Button
                        ID="Button2" runat="server" OnClick="Button2_Click" Text="查询" ValidationGroup="select" /><asp:Button ID="Button3"
                            runat="server" OnClick="Button5_Click" Text="显示所有" />
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="高级查找" />
                    <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox1"
                        Display="Dynamic" ErrorMessage="请输入数字" ValidationExpression="^[1-9]\d*$" ValidationGroup="select"></asp:RegularExpressionValidator>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                        ErrorMessage="不能为空" ValidationGroup="select"></asp:RequiredFieldValidator></asp:Panel>
                    <asp:Panel ID="Panel2" runat="server" Height="15px" Width="100%" Visible="False">
                        <table style="width: 100%">
                            <tr>
                                <td style="width: 100%; height: 26px">
                                    <asp:CheckBox ID="CheckBox1" runat="server" Text="房间名" />
                                    <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
                                    <asp:CheckBox ID="CheckBox2" runat="server" Text="停车位" />
                                    <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
                                    <asp:CheckBox ID="CheckBox3" runat="server" Text="停车场" />
                                    <asp:DropDownList ID="DropDownList1" runat="server" Width="125px">
                                    </asp:DropDownList></td>
                            </tr>
                            <tr>
                                <td style="width: 100%; height: 27px;">
                                    <asp:CheckBox ID="CheckBox4" runat="server" Text="车牌号" />
                                    <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>&nbsp;<asp:CheckBox ID="CheckBox5"
                                        runat="server" Text="车型号" />
                                    <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
                                    <asp:CheckBox ID="CheckBox6" runat="server" Text="精确查找" /><asp:Button
                                            ID="Button4" runat="server" OnClick="Button4_Click" Text="查询" /><asp:Button ID="Button5"
                                                runat="server" OnClick="Button5_Click" Text="显示全部" Width="65px" />
                                    &nbsp;</td>
                            </tr>
                        </table>
                    </asp:Panel></td>
            </tr>
            <tr>
                <td align="left" colspan="3" style="height: 11px; text-align: left" valign="top">
                    <asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#3366CC"
                        BorderStyle="None" BorderWidth="1px" CellPadding="4" Width="653px" AutoGenerateColumns="False" Height="141px" AllowPaging="True" DataKeyNames="ID" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing">
                        <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:BoundField DataField="ownerID" HeaderText="单元名称" />
                            <asp:BoundField DataField="parkname" HeaderText="停车场名称" />
                            <asp:BoundField DataField="carplace" HeaderText="停车位" />
                            <asp:BoundField DataField="carID" HeaderText="车牌号码">
                                <ItemStyle Font-Bold="True" />
                            </asp:BoundField>
                            <asp:BoundField DataField="type" HeaderText="车型号" />
                            <asp:BoundField DataField="buyDate" HeaderText="购买日期" />
                            <asp:BoundField DataField="color" HeaderText="颜色" />
                            <asp:CommandField HeaderText="编辑" ShowEditButton ="True"/>
                            <asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
                        </Columns>
                    </asp:GridView>
                </td>
            </tr>
        </tbody>
      </table>
 
    </TD>
    <TD></TD></TR>
    
    
    
    
  <TR>
    <TD style="width: 7px"><IMG alt="" src="image/r_4.gif"></TD>
    <TD></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 + -