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

📄 showdetails.aspx

📁 网开商城系统网开商城系统网开商城系统网开商城系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Showdetails.aspx.cs" Inherits="admin_Showdetails" %>

<!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 id="Head1" runat="server">
   <title>商城网站后台管理系统</title>
    <LINK href="images/css.css" type=text/css rel=stylesheet>
<script src="../js/validator.js"></script>
</head>
<body>
    <form id="form1" runat="server" onSubmit="return Validator.Validate(this,2)">
<TABLE cellSpacing=1 cellPadding=0 width="96%" bgColor=#f0f0f0 
            border=0>
              <TBODY>
              <TR bgColor=#f0f0f0>
                <TD colSpan=2 height=25>&nbsp;&nbsp;<IMG height=14 
                  src="images/title.gif" width=14>&nbsp;查看订单</TD></TR>
              <TR bgColor=#ffffff>
                <TD align=right width=77 height=25>
                    用户</TD>
                <TD style="width: 628px" align="left">
                    &nbsp;<asp:Label ID="Label1" runat="server" Text="Label" Width="62px"></asp:Label></TD></TR>
            <TR bgColor=#ffffff>
                <TD align=right width=77 height=25>
                    </TD>
                <TD style="width: 628px" align="left">
                   <asp:GridView ID="GridView1" runat="server" Width=100% AutoGenerateColumns="False" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" AllowPaging="True"  PageSize="5" OnPageIndexChanging="GridView1_PageIndexChanging" >
            <Columns>
                <asp:BoundField DataField="id" HeaderText="编号商品" ReadOnly="True" />
                <asp:BoundField DataField="Proname" HeaderText="商品名字" ReadOnly="True" />
                <asp:BoundField DataField="MemberPrice" HeaderText="商品单价" ReadOnly="True" />
                <asp:BoundField DataField="Num" HeaderText="商品数量" />
                <asp:BoundField DataField="Orderid" HeaderText="订货单号" />
                <asp:BoundField DataField="Ordertime" HeaderText="订货时间" />
             
            </Columns>
            <FooterStyle BackColor="White" ForeColor="#000066" />
            <RowStyle ForeColor="#000066" />
            <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
            <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
            <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
            <EditRowStyle Width="25px" />
            
        </asp:GridView>
        总钱数
        <asp:Label ID="Label2" runat="server" Height="22px" Width="49px" ForeColor="Red"></asp:Label></TD></TR>
              <TR bgColor=#ffffff>
                <TD style="height: 35px">&nbsp;</TD>
                <TD style="width: 628px; height: 35px" align="left">
                    &nbsp;<asp:Button ID="Button2" runat="server" Text="返回" CssClass="submit" Width="60px" OnClick="Button2_Click" />
                    </TD></TR></TBODY></TABLE>
        <br />
     
        <br />
        <br />
    </form>
</body>
</html>

⌨️ 快捷键说明

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