reportownerform.aspx
来自「小区物业管理系统源代码,密码:123456,」· ASPX 代码 · 共 50 行
ASPX
50 行
<%--文件名:ReportOwnerForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ReportOwnerForm.aspx.cs" Inherits="ReportManage_ReportOwnerForm" Title="当前位置:报表管理->业主统计报表" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 556px; height: 161px">
<tr>
<td align="left" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 13px;
background-color: mediumturquoise">
楼栋名称:<asp:DropDownList ID="DropDownList1" runat="server" AppendDataBoundItems="True" DataSourceID="SqlDataSource1" DataTextField="楼栋名称" DataValueField="楼栋名称"
Width="107px">
<asp:ListItem>全部</asp:ListItem>
</asp:DropDownList>
单元名称:<asp:TextBox ID="TextBox1" runat="server" Width="63px"></asp:TextBox>
房屋性质:<asp:DropDownList ID="DropDownList2" runat="server" Width="66px">
<asp:ListItem>全部</asp:ListItem>
<asp:ListItem>住宅</asp:ListItem>
<asp:ListItem>商用</asp:ListItem>
<asp:ListItem>其他</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" Width="83px" /><br />
房屋类型:<asp:TextBox ID="TextBox2" runat="server" Width="100px"></asp:TextBox>
常住人员:<asp:TextBox ID="TextBox3" runat="server" Width="62px"></asp:TextBox>
当前状态:<asp:DropDownList ID="DropDownList3" runat="server" Width="69px">
<asp:ListItem>全部</asp:ListItem>
<asp:ListItem>已入住</asp:ListItem>
<asp:ListItem>未入住</asp:ListItem>
<asp:ListItem>其他</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="打印" Width="83px" />
</tr>
<tr>
<td style="width: 2232px; height: 100px; background-color: gainsboro">
<asp:Panel ID="Panel1" runat="server" Height="320px" ScrollBars="Auto" Width="553px">
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:MyCommunityDBConnectionString %>"
SelectCommand="SELECT DISTINCT * FROM [楼栋信息]"></asp:SqlDataSource>
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="White"
BorderStyle="Ridge" BorderWidth="2px" CellPadding="3" CellSpacing="1" Font-Names="宋体"
Font-Size="Small" GridLines="None" Width="1200px">
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" HorizontalAlign="Center" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?