📄 suc.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/AppMaster.master" AutoEventWireup="true" CodeFile="suc.aspx.cs" Inherits="suc" Title="提交订单成功" %>
<asp:Content ID="Content2" ContentPlaceHolderID="phMain" Runat="Server">
<br />
<span style="font-size: 16pt"></span>日期:<strong>
<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>
</strong><br />
<br />
<br />
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -