suc.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:4k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile="~/AppMaster.master" AutoEventWireup="true"
  2.   CodeFile="suc.aspx.cs" Inherits="suc" Title="提交订单成功" %>
  3. <asp:Content ID="Content2" ContentPlaceHolderID="phMain" runat="Server">
  4.   <asp:Label ID="Label11" runat="server" Text="订单完成,请认真查看订单详细信息"></asp:Label><br />
  5.   <br />
  6.   <span style="font-size: 16pt"></span>日期:
  7.     <asp:Label runat="server" Text="Label" ID="Label10"></asp:Label>
  8.     <table style="width: 472px; height: 296px; border-right: #ffcc33 thin solid; border-top: #ffcc33 thin solid;
  9.       border-left: #ffcc33 thin solid; border-bottom: #ffcc33 thin solid; position: static; text-align: left;" border="0">
  10.       <tr>
  11.         <td class="style2" style="width: 106px">
  12.           <strong>记单号:</strong></td>
  13.         <td style="width: 90px" class="style1">
  14.           <strong>
  15.             <asp:Label ID="Label1" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  16.         <td colspan="2" class="style2">
  17.           <strong>姓&nbsp;&nbsp; 名:</strong></td>
  18.         <td style="height: 40px; width: 245px;" class="style1">
  19.           <strong>
  20.             <asp:Label ID="Label2" runat="server" Style="position: static" Text="Label"></asp:Label>
  21.             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></td>
  22.       </tr>
  23.       <tr>
  24.         <td style="height: 99px; width: 106px;" class="style2">
  25.           <strong>商品列表:</strong></td>
  26.         <td valign="top" colspan="4" style="height: 99px" class="style1">
  27.           <strong>&nbsp;&nbsp;
  28.             <asp:GridView ID="GridView1" runat="server" Style="position: static">
  29.             </asp:GridView>
  30.           </strong>
  31.         </td>
  32.       </tr>
  33.       <tr>
  34.         <td class="style2" style="width: 106px; height: 25px">
  35.           <strong>总数量:</strong></td>
  36.         <td style="height: 25px; width: 90px" class="style1">
  37.           <asp:Label ID="Label3" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
  38.         <td style="height: 25px;" colspan="2" class="style2">
  39.           <strong>总价格:</strong></td>
  40.         <td style="height: 25px; width: 245px;" class="style1">
  41.           <strong><asp:Label ID="Label4" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  42.       </tr>
  43.       <tr>
  44.         <td class="style2" style="width: 106px; height: 16px">
  45.           <strong>邮编:</strong></td>
  46.         <td colspan="2" style="height: 16px" class="style1">
  47.           <strong><asp:Label ID="Label6" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  48.         <td style="height: 16px; width: 128px;" class="style2"><strong>地址:</strong></td>
  49.         <td style="height: 16px; width: 245px;" class="style1">
  50.           <strong><asp:Label ID="Label5" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  51.       </tr>
  52.       <tr>
  53.         <td class="style2" style="width: 106px;">
  54.           <strong>移动电话:</strong></td>
  55.         <td style="width: 90px" class="style1">
  56.           <asp:Label ID="Label7" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
  57.         <td colspan="2" class="style2">
  58.           <strong>电子邮件:</strong></td>
  59.         <td class="style1" style="width: 245px">
  60.           <strong><asp:Label ID="Label8" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  61.       </tr>
  62.       <tr>
  63.         <td class="style3" style="height: 9px" colspan="5">
  64.           &nbsp;<asp:Label ID="Label9" runat="server" Style="position: static" Text="Label" Visible="False"></asp:Label>
  65.           &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" Style="position: static" Text="确定" Visible="False" />
  66.         </td>
  67.       </tr>
  68.     </table>
  69.   <br />
  70.   <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/produce.aspx">查看其它商品</asp:HyperLink> <asp:HyperLink ID="HyperLink2" NavigateUrl="~/Default.aspx" runat="server">回首页</asp:HyperLink><br />
  71.   <br />
  72.   &nbsp; &nbsp; &nbsp;
  73. </asp:Content>