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

📄 reportregisterform.aspx

📁 旅客信息管理、酒店客房管理、各种信息查询
💻 ASPX
字号:
<%--文件名:ReportRegisterForm.aspx--%>
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="ReportRegisterForm.aspx.vb" Inherits="ReportManage_ReportRegisterForm" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 558px; height: 1px">
        <tr>
            <td align="left" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 21px;
                background-color: slategray">
                &nbsp;开始日期:<asp:TextBox ID="TextBox1" runat="server" Width="120px">2005-6-26</asp:TextBox>
                结束日期:<asp:TextBox ID="TextBox2" runat="server" Width="120px"></asp:TextBox>
                <asp:Button ID="Button1" runat="server"  Text="查询" Width="70px" />&nbsp;<asp:Button
                    ID="Button2" runat="server"  Text="打印" Width="70px" /></td>
        </tr>
        <tr>
            <td style="overflow: auto; width: 580px; height: 300px; background-color: gainsboro">
                <asp:Panel ID="Panel1" runat="server" Height="300px" ScrollBars="Auto" Width="555px">
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
                        BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataKeyNames="入住编号"
                        DataSourceID="SqlDataSource1" Font-Names="宋体" Font-Size="Small" GridLines="Vertical"
                        Width="1554px">
                        <FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
                        <RowStyle BackColor="#EEEEEE" ForeColor="Black" />
                        <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
                        <AlternatingRowStyle BackColor="Gainsboro" />
                        <Columns>
                            <asp:BoundField DataField="入住编号" HeaderText="入住编号" ReadOnly="True" SortExpression="入住编号" />
                            <asp:BoundField DataField="入住房号" HeaderText="入住房号" SortExpression="入住房号" />
                            <asp:BoundField DataField="类别" HeaderText="类别" SortExpression="类别" />
                            <asp:BoundField DataField="客人姓名" HeaderText="客人姓名" SortExpression="客人姓名" />
                            <asp:BoundField DataField="客人性别" HeaderText="客人性别" SortExpression="客人性别" />
                            <asp:BoundField DataField="住宿人数" HeaderText="住宿人数" SortExpression="住宿人数" />
                            <asp:BoundField DataField="入住日期" HeaderText="入住日期" SortExpression="入住日期" />
                            <asp:BoundField DataField="离开日期" HeaderText="离开日期" SortExpression="离开日期" />
                            <asp:BoundField DataField="预收押金" HeaderText="预收押金" SortExpression="预收押金" />
                            <asp:BoundField DataField="折扣价格" HeaderText="折扣价格" SortExpression="折扣价格" />
                            <asp:BoundField DataField="证件名称" HeaderText="证件名称" SortExpression="证件名称" />
                            <asp:BoundField DataField="证件号码" HeaderText="证件号码" SortExpression="证件号码" />
                            <asp:BoundField DataField="证件地址" HeaderText="证件地址" SortExpression="证件地址" />
                            <asp:BoundField DataField="联系电话" HeaderText="联系电话" SortExpression="联系电话" />
                            <asp:BoundField DataField="操作人员" HeaderText="操作人员" SortExpression="操作人员" />
                            <asp:BoundField DataField="登记说明" HeaderText="登记说明" SortExpression="登记说明" />
                        </Columns>
                    </asp:GridView>
                    <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:MyHotelDBConnectionString %>"
                        SelectCommand="SELECT * FROM [客房入住报表视图]"></asp:SqlDataSource>
                </asp:Panel>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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