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

📄 cargo_list.aspx

📁 用C语言编写的物流管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Cargo_list" Codebehind="Cargo_list.aspx.cs" %>

<%@ Register Src="enter.ascx" TagName="enter" TagPrefix="uc1" %>

<!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 runat="server">
    <title>无标题页</title>
</head>
<body leftmargin="0" bgcolor=#efefef>
        <form id="form1" runat="server">
    <div>
    <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
            BackColor="White" BorderColor="White" BorderStyle="None" BorderWidth="2px" CellPadding="3"
            CellSpacing="1" GridLines="None" PageSize="20" Font-Size="12px" OnPageIndexChanging="GridView1_PageIndexChanging" Width="570px" HorizontalAlign="Center" OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanging="GridView1_SelectedIndexChanging" OnRowDeleting="GridView1_RowDeleting">
            <PagerSettings FirstPageText="第一页" LastPageText="最后一页"
                NextPageText="下一页" PreviousPageText="上一页" />
            <FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
            <Columns>
                <asp:BoundField DataField="CargoName" HeaderText="货物名称" SortExpression="CargoName" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="CargoDate" HeaderText="发货日期" ReadOnly="True" SortExpression="Start" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="username" HeaderText="发布用户" ReadOnly="True" SortExpression="Whither" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="CargoNow" HeaderText="发布日期">
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="Auditing" HeaderText="审核">
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="../Cargo_open.aspx?id={0}"
                    HeaderText="详细信息" Target="_blank" Text="详细信息">
                    <ItemStyle HorizontalAlign="Center" />
                </asp:HyperLinkField>
                <asp:CommandField HeaderText="删除" ShowDeleteButton="True">
                    <ItemStyle HorizontalAlign="Center" />
                </asp:CommandField>
                <asp:CommandField SelectText="通过/取消" ShowSelectButton="True">
                    <ItemStyle HorizontalAlign="Center" />
                </asp:CommandField>
            </Columns>
            <RowStyle BackColor="#EFEFEF" ForeColor="Black" />
            <SelectedRowStyle BackColor="#E8E8FF" Font-Bold="True" ForeColor="Black" />
            <PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
            <HeaderStyle BackColor="#ADBDCE" Font-Bold="False" ForeColor="Black" Wrap="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" />
        </asp:GridView>
        <uc1:enter ID="Enter1" runat="server" />
        &nbsp;
        &nbsp;&nbsp;</div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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