suc.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:4k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" MasterPageFile="~/AppMaster.master" AutoEventWireup="true"
- CodeFile="suc.aspx.cs" Inherits="suc" Title="提交订单成功" %>
- <asp:Content ID="Content2" ContentPlaceHolderID="phMain" runat="Server">
- <asp:Label ID="Label11" runat="server" Text="订单完成,请认真查看订单详细信息"></asp:Label><br />
- <br />
- <span style="font-size: 16pt"></span>日期:
- <asp:Label runat="server" Text="Label" ID="Label10"></asp:Label>
- <table style="width: 472px; height: 296px; border-right: #ffcc33 thin solid; border-top: #ffcc33 thin solid;
- border-left: #ffcc33 thin solid; border-bottom: #ffcc33 thin solid; position: static; text-align: left;" border="0">
- <tr>
- <td class="style2" style="width: 106px">
- <strong>记单号:</strong></td>
- <td style="width: 90px" class="style1">
- <strong>
- <asp:Label ID="Label1" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- <td colspan="2" class="style2">
- <strong>姓 名:</strong></td>
- <td style="height: 40px; width: 245px;" class="style1">
- <strong>
- <asp:Label ID="Label2" runat="server" Style="position: static" Text="Label"></asp:Label>
- </strong></td>
- </tr>
- <tr>
- <td style="height: 99px; width: 106px;" class="style2">
- <strong>商品列表:</strong></td>
- <td valign="top" colspan="4" style="height: 99px" class="style1">
- <strong>
- <asp:GridView ID="GridView1" runat="server" Style="position: static">
- </asp:GridView>
- </strong>
- </td>
- </tr>
- <tr>
- <td class="style2" style="width: 106px; height: 25px">
- <strong>总数量:</strong></td>
- <td style="height: 25px; width: 90px" class="style1">
- <asp:Label ID="Label3" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
- <td style="height: 25px;" colspan="2" class="style2">
- <strong>总价格:</strong></td>
- <td style="height: 25px; width: 245px;" class="style1">
- <strong><asp:Label ID="Label4" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- </tr>
- <tr>
- <td class="style2" style="width: 106px; height: 16px">
- <strong>邮编:</strong></td>
- <td colspan="2" style="height: 16px" class="style1">
- <strong><asp:Label ID="Label6" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- <td style="height: 16px; width: 128px;" class="style2"><strong>地址:</strong></td>
- <td style="height: 16px; width: 245px;" class="style1">
- <strong><asp:Label ID="Label5" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- </tr>
- <tr>
- <td class="style2" style="width: 106px;">
- <strong>移动电话:</strong></td>
- <td style="width: 90px" class="style1">
- <asp:Label ID="Label7" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
- <td colspan="2" class="style2">
- <strong>电子邮件:</strong></td>
- <td class="style1" style="width: 245px">
- <strong><asp:Label ID="Label8" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- </tr>
- <tr>
- <td class="style3" style="height: 9px" colspan="5">
- <asp:Label ID="Label9" runat="server" Style="position: static" Text="Label" Visible="False"></asp:Label>
- <asp:Button ID="Button1" runat="server" Style="position: static" Text="确定" Visible="False" />
- </td>
- </tr>
- </table>
- <br />
- <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/produce.aspx">查看其它商品</asp:HyperLink> <asp:HyperLink ID="HyperLink2" NavigateUrl="~/Default.aspx" runat="server">回首页</asp:HyperLink><br />
- <br />
-
- </asp:Content>