?? ordershipping.aspx
字號:
<%@ Register TagPrefix="PetShop" TagName="Address" Src="Inc/ControlAddress.ascx" %>
<%@ Register TagPrefix="PetShop" TagName="Header" Src="Inc/ControlHeader.ascx" %>
<%@ Page language="c#" Codebehind="OrderShipping.aspx.cs" AutoEventWireup="false" Inherits="PetShop.Web.OrderShipping" enableViewState="True"%>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" >
<html>
<head>
<title>Enter Shipping Information</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"></font>Please enter the name and address to which
you would like your order shipped.
<p></p>
<PetShop:Address id="ctlAddress" runat="server" />
<p></p>
<asp:imagebutton id="btnContinue" runat="server" imageurl="Images/button_continue.gif"></asp:imagebutton></FONT>
</blockquote>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -