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

📄 cargo_list.aspx

📁 一个很好的物流管理系统网站!
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Mnage_Cargo_list" Codebehind="Cargo_list.aspx.cs" %>

<%@ Register Src="foot.ascx" TagName="foot" TagPrefix="uc2" %>
<%@ Register Src="head.ascx" TagName="head" 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>
    <link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body topmargin="0">
    <table width="770" border="0" align="center" cellspacing="0" style="clip: rect(auto auto auto auto)">
  <tr>
    <td style="width: 715px; height: 208px"><uc1:head ID="Head1" runat="server" />
    </td>
  </tr>
  <tr>
    <td style="width: 715px;height:350px;BACKGROUND-COLOR: #efefef" valign=top >
        <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="770px" HorizontalAlign="Center" >
            <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                NextPageText="下一页" PreviousPageText="上一页" />
            <FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
            <Columns>
                <asp:BoundField DataField="CargoName" HeaderText="货物名称" SortExpression="CargoName" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="CargoWeight" HeaderText="货物重量" ReadOnly="True" SortExpression="CargoWeight" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="CargoPrice" HeaderText="运输价格" ReadOnly="True" SortExpression="CargoPrice" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="Start" HeaderText="出发地点" ReadOnly="True" SortExpression="Start" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="Whither" HeaderText="到达地点" ReadOnly="True" SortExpression="Whither" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="EffectDate" HeaderText="有效期限" ReadOnly="True" SortExpression="EffectDate" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="CargoDate" HeaderText="发货日期" ReadOnly="True" SortExpression="CargoDate" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="Cargo_open.aspx?id={0}"
                    HeaderText="详细信息" Target="_blank" Text="详细信息">
                    <ItemStyle HorizontalAlign="Center" />
                </asp:HyperLinkField>
            </Columns>
            <RowStyle BackColor="#EFEFEF" ForeColor="Black" />
            <SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
            <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>
           </div>
    </form>
        </td>
  </tr>
  <tr>
    <td>
        <uc2:foot ID="Foot1" runat="server" />
    
    </td>
  </tr>
</table>
      
     
</body>
</html>

⌨️ 快捷键说明

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