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

📄 reckoning.aspx

📁 网上销售订单管理系统借助现代信息技术和管理理论
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Reckoning.aspx.cs" Inherits="Reckoning" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder_title" Runat="Server">
<span style="font-size:12px; color:#FFFFFF;font-weight: bold;"><asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></span>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder_Pages" Runat="Server">
        <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
            AutoGenerateColumns="False" CellPadding="4" Font-Size="12px" HorizontalAlign="Center" OnPageIndexChanging="GridView1_PageIndexChanging"
            OnSelectedIndexChanging="GridView1_SelectedIndexChanging" PageSize="15" Width="98%" OnRowDataBound="GridView1_RowDataBound" ForeColor="#333333" GridLines="None" EmptyDataText="暂无数据!">
            <PagerSettings FirstPageText="第一页" LastPageText="最后一页"
                NextPageText="下一页" PreviousPageText="上一页" />
            <FooterStyle BackColor="#5D7B9D" ForeColor="White" Font-Bold="True" />
            <Columns>
                <asp:BoundField DataField="Type" HeaderText="结款类型" />
                <asp:BoundField DataField="CommodityName" HeaderText="商品名称" />
                <asp:BoundField DataField="CompanyName" HeaderText="供应商" />
                <asp:BoundField DataField="id" HeaderText="未付" />
                <asp:BoundField DataField="id" HeaderText="结款次数" />
                <asp:HyperLinkField DataTextField="StockDate" HeaderText="单据编号" />
                <asp:CommandField ButtonType="Button" HeaderText="结账" SelectText="结账" ShowSelectButton="True" />
            </Columns>
            <RowStyle ForeColor="#333333" HorizontalAlign="Center" BackColor="#F7F6F3" Height="30px" />
            <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
            <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
            <HeaderStyle BackColor="#5D7B9D" BorderStyle="None" Font-Bold="True" ForeColor="White" Height="35px" />
            <AlternatingRowStyle BackColor="White" ForeColor="#284775" Height="30px" />
            <EditRowStyle BackColor="#999999" />
        </asp:GridView>
</asp:Content>

⌨️ 快捷键说明

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