📄 modify.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Modify.aspx.cs" Inherits="Maticsoft.Web.Hotel.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">
HotelID
</td>
<td height="25" width="*" align="left">
<asp:label id="lblHotelID" runat="server"></asp:label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
HotelName
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtHotelName" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
HotelEN
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtHotelEN" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
SpellCode
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtSpellCode" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
BusinessID
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtBusinessID" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
RegionID
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtRegionID" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
HotelType
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtHotelType" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
HotelStars
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtHotelStars" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Rating
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtRating" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Introduction
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtIntroduction" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Picture
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPicture" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
UserRating
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtUserRating" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
EMap
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtEMap" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
VenderID
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtVenderID" 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 + -