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

📄 querysumform.aspx

📁 一个关于宾馆酒店管理系统的源代码
💻 ASPX
字号:
<%--文件名:QuerySumForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QuerySumForm.aspx.cs" Inherits="QueryManage_QuerySumForm" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 558px; height: 1px">
        <tr>
            <td align="center" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 21px;
                background-color: slategray">
                开始日期:<asp:TextBox ID="TextBox1" runat="server" Width="130px">2005-6-26</asp:TextBox>
                结束日期:<asp:TextBox ID="TextBox2" runat="server" Width="130px"></asp:TextBox>
                <asp:Button ID="Button1" runat="server"  Text="查询" Width="60px" />&nbsp;<asp:Button
                    ID="Button2" runat="server" OnClick="Button2_Click" Text="打印" Width="60px" /></td>
        </tr>
        <tr>
            <td style="overflow: auto; width: 580px; height: 90px; background-color: gainsboro">
                <asp:GridView ID="GridView1" runat="server" AllowPaging="True" BackColor="White"
                    BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataSourceID="SqlDataSource1"
                    Font-Names="宋体" Font-Size="Small" GridLines="Vertical" PageSize="5" Width="551px">
                    <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="#DCDCDC" />
                </asp:GridView>
                <asp:SqlDataSource ID="SqlDataSource1" runat="server"></asp:SqlDataSource>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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