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

📄 orderaddressconfirm.aspx

📁 基于微软的 ASP.NET+C#开发的PETSHOP(网上宠物店)项目,在性能及开发效率上明显优于基于SUN J2EE框架开发的PETSHOP. 项目包括所有源码及数据库建库脚本,是不错的学习 AS
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="OrderAddressConfirm.aspx.cs" AutoEventWireup="false" Inherits="PetShop.Web.OrderAddressConfirm" EnableSessionState="readonly" EnableViewState="false" %>
<%@ Register TagPrefix="PetShop" TagName="StaticAddress" Src="Inc/ControlStaticAddress.ascx" %>
<%@ Register TagPrefix="PetShop" TagName="Header" Src="Inc/ControlHeader.ascx" %>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" >
<html>
	<head>
		<title>Confirm Shipping Data</title> 
		<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="Style.css">
	</head>
	<body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
		<petshop:header id="Header" runat="server" /><br>
		<form id="form" method="post" runat="server">
			<blockquote> <font class="text">Please confirm that the following data is correct and 
					press the <b>Continue</b> button to ship the order. </font>
				<p></p>
				<font class="header">Billing Address<br>
				</font>
				<PetShop:StaticAddress id="adrBilling" runat="server" />
				<p></p>
				<font class="header">Shipping Address<br>
				</font>
				<PetShop:StaticAddress id="adrShipping" runat="server" usebilling="false" />
				<p></p>
				<a href="OrderProcess.aspx"><img src="Images/button_continue.gif" alt="Continue" border="0"></a>
			</blockquote>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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