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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile="~/AppMaster.master" AutoEventWireup="true"
  2.   CodeFile="sucess.aspx.cs" Inherits="sucess" Title="订单成功" %>
  3. <asp:Content ID="Content2" ContentPlaceHolderID="phMain" runat="Server">
  4.   <br />
  5.   <span style="font-size: 16pt"></span>日期:
  6.     <asp:Label runat="server" Text="Label" ID="Label10"></asp:Label>
  7.     <table style="width: 472px; height: 296px; border-right: #ffcc33 thin solid; border-top: #ffcc33 thin solid;
  8.       border-left: #ffcc33 thin solid; border-bottom: #ffcc33 thin solid; position: static;
  9.       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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Label ID="Label2" runat="server" Style="position: static" Text="Label"></asp:Label>
  20.             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></td>
  21.       </tr>
  22.       <tr>
  23.         <td style="height: 99px; width: 106px;" class="style2">
  24.           <strong>商品列表:</strong></td>
  25.         <td valign="top" colspan="4" style="height: 99px" class="style1">
  26.           <strong>&nbsp;&nbsp;
  27.             <asp:GridView ID="GridView1" runat="server" Style="position: static">
  28.             </asp:GridView>
  29.           </strong>
  30.         </td>
  31.       </tr>
  32.       <tr>
  33.         <td class="style2" style="width: 106px; height: 25px">
  34.           <strong>总数量:</strong></td>
  35.         <td style="height: 25px; width: 90px" class="style1">
  36.           <asp:Label ID="Label3" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
  37.         <td style="height: 25px;" colspan="2" class="style2">
  38.           <strong>总价格:</strong></td>
  39.         <td style="height: 25px; width: 245px;" class="style1">
  40.           <strong><asp:Label ID="Label4" runat="server" Style="position: static" Text="Label"></asp:Label></strong>
  41.         </td>
  42.       </tr>
  43.       <tr>
  44.         <td class="style2" style="width: 106px; height: 16px">
  45.           <strong>邮编:</strong>
  46.         </td>
  47.         <td colspan="2" style="height: 16px" class="style1">
  48.           <strong><asp:Label ID="Label6" runat="server" Style="position: static" Text="Label"></asp:Label></strong>
  49.         </td>
  50.         <td style="height: 16px; width: 128px;" class="style2">
  51.           <strong>地址:</strong></td>
  52.         <td style="height: 16px; width: 245px;" class="style1">
  53.           <strong><asp:Label ID="Label5" runat="server" Style="position: static" Text="Label"></asp:Label></strong>
  54.         </td>
  55.       </tr>
  56.       <tr>
  57.         <td class="style2" style="width: 106px;">
  58.           <strong>移动电话:</strong></td>
  59.         <td style="width: 90px" class="style1">
  60.           &nbsp;
  61.           <asp:Label ID="Label7" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
  62.         <td colspan="2" class="style2">
  63.           <strong>电子邮件:</strong></td>
  64.         <td class="style1" style="width: 245px">
  65.           <strong><asp:Label ID="Label8" runat="server" Style="position: static" Text="Label"></asp:Label></strong>
  66.         </td>
  67.       </tr>
  68.       <tr>
  69.         <td class="style3" style="height: 9px" colspan="5">
  70.           &nbsp;<asp:Label ID="Label9" runat="server" Style="position: static" Text="Label" Visible="False"></asp:Label>
  71.           <asp:CheckBox ID="CheckBox1" runat="server" Style="position: static" Text="收货" Visible="False" />
  72.           &nbsp;<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: static" Text="确定" Visible="False" />
  73.           <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/OrderList.aspx" Style="position: static">返回</asp:HyperLink>
  74.         </td>
  75.       </tr>
  76.     </table>
  77.   <br />
  78.   <br />
  79.   <br />
  80.   &nbsp; &nbsp; &nbsp;
  81. </asp:Content>