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

📄 editorder.aspx

📁 网上购物商城主要由前台会员模块和后台管理模块两部分组成。 q 前台功能模块 前台模块主要包括会员注册、登录、修改个人信息、购物、查询购物情况和查看各种服务条款等功能。 q 后台管理模块 后台模
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditOrder.aspx.cs" Inherits="AdminManage_EditOrder" %>

<!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>
    <form id="form1" runat="server">
    <div>
        <table style="font-size:9pt; background-image: url(../Image/例图/后台/后台页.jpg);" cellpadding="0" cellspacing="0" align="center" height="339" width="515">
            <tr>
                <td style="height: 4px; font-size: 9pt;" colspan="3">
                    &nbsp;主要信息: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:LinkButton ID="lbtnBack" runat="server" Font-Underline="False" ForeColor="Black" OnClick="lbtnBack_Click">返回</asp:LinkButton></td>
            </tr>
            <tr>
                <td colspan="3" rowspan="2" style="vertical-align: top; text-align: center; height: 50px;">
                    <table style="width: 460px; height: 50px; font-size: 9pt;"  border="1" cellpadding="0" cellspacing="0" bordercolor="#cccc66">
                        <tr>
                            <td style="height: 17px">
                                订货人:</td>
                            <td colspan="3" style="height: 17px; text-align: left">
                                &nbsp;<asp:TextBox ID="txtOMember" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="height: 27px">
                                所在城市:</td>
                            <td style="height: 27px">
                                <asp:TextBox ID="txtOMCity" runat="server"></asp:TextBox></td>
                            <td style="height: 27px">
                                电 话:</td>
                            <td style="height: 27px">
                                <asp:TextBox ID="txtPhone" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td>
                                订货数量:</td>
                            <td>
                                <asp:TextBox ID="txtONum" runat="server"></asp:TextBox></td>
                            <td>
                                总计金额:</td>
                            <td>
                                <asp:TextBox ID="txtOTPrice" runat="server"></asp:TextBox></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
                <td colspan="3" style="font-size: 9pt">
                    &nbsp;详细信息:</td>
            </tr>
             <tr>
                <td colspan="3" rowspan="2" style="vertical-align: top; text-align: center">
                    <asp:GridView ID="gvPOInfo" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" AutoGenerateColumns="False" AllowPaging="True" PageSize="5" OnPageIndexChanging="gvPOInfo_PageIndexChanging" Font-Size="9pt" Width="500px">
                        <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                        <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                        <EditRowStyle BackColor="#999999" />
                        <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                        <PagerStyle BackColor="#CBCF7A" ForeColor="Black" HorizontalAlign="Right" />
                        <HeaderStyle BackColor="#CBCF7A" Font-Bold="True" ForeColor="White" />
                        <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
                        <Columns>
                            <asp:BoundField DataField="OrderID" HeaderText="订单编号" />
                            <asp:BoundField DataField="OrderMember" HeaderText="订货人" />
                            <asp:BoundField DataField="GoodsName" HeaderText="商品名称" />
                            <asp:BoundField DataField="GoodsTypeName" HeaderText="商品类别" />
                            <asp:BoundField DataField="GoodsPrice" HeaderText="商品价格" />
                            <asp:BoundField DataField="OrderDate" HeaderText="订货日期" />
                        </Columns>
                    </asp:GridView>
                </td>
            </tr>
             <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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