?? modify.aspx
字號:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Modify.aspx.cs" Inherits="Maticsoft.Web.TourismProOrder.Modify" Title="無標題頁" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="25" width="30%" align="right">
OrderNo
</td>
<td height="25" width="*" align="left">
<asp:label id="lblOrderNo" runat="server"></asp:label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Name
</td>
<td height="25" width="*" align="left">
<asp:label id="lblName" runat="server"></asp:label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
DocumentsType
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtDocumentsType" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
DocumentsCode
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtDocumentsCode" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Phone
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPhone" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Email
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtEmail" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Pricetype
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPricetype" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Price
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPrice" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" colspan="2"><div align="center">
<asp:Button ID="btnAdd" runat="server" Text="· 提交 ·" OnClick="btnAdd_Click" ></asp:Button>
<asp:Button ID="btnCancel" runat="server" Text="· 取消 ·" OnClick="btnCancel_Click" ></asp:Button>
</div></td></tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -