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

📄 checkoutcomplete.aspx

📁 电子商务购物网站
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="productSearch" Src="Controls/productSearch.ascx" %>
<%@ Page language="c#" Codebehind="checkOutComplete.aspx.cs" AutoEventWireup="false" Inherits="shop.checkOutComplete" %>
<%@ Register Src="Controls/head.ascx" TagName="head" TagPrefix="uc2" %>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>checkOutComplete</title>
		<link rel="stylesheet" type="text/css" href="style\SiteStyle.css">
	</head>
	<body>
		<form id="checkOutComplete" method="post" runat="server">
		<center>
			<table  border="0" cellpadding="0" cellspacing="0">
                    <tr>
                        <td>
                            <uc2:head ID="Head1" runat="server" />
                        </td>
                    </tr>
                    <tr>
                        <td style="font-size: 11pt; color: #cc0066">
                                    订单号: <asp:Label ID="lblOrderId" runat="server" ForeColor="#43A0DB"></asp:Label>请纪录此订单号码,在汇款或网上支付时填写在附言栏。
                        </td>
                    </tr>
                <tr>
                    <td> <asp:Panel ID="pnlNetwork" runat="server" Visible="False" Width="100%">
                                        网上支付:您目前可在建设银行、招商银行和工商银行使用信用卡付款!
                            </asp:Panel>
                        <hr color="#43a0db" size="1" style="width: 771px" />
                    </td>
                </tr>
                    <tr>
                        <td>
                           
                            <asp:Panel ID="pnlPostoffice" runat="server"  Visible="False" Width="100%">
                                       <font color="#cc0066"> 邮局汇款:请注意在汇款附言栏中填写您的订单号!</font><br />
                                        收款人:********<br />
                                地 &nbsp;&nbsp; 址:*********<br />
                                邮 &nbsp;&nbsp; 编:******
                                
                                        
                            </asp:Panel>
                        </td>
                    </tr>
            </table>
			</center>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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