show.aspx.svn-base
来自「走吧旅游网站前后台源代码」· SVN-BASE 代码 · 共 113 行
SVN-BASE
113 行
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Show.aspx.cs" Inherits="Maticsoft.Web.HotelRoomPrice.Show" 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">
RoomType
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblRoomType" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Price
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
CashPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblCashPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
HasBreakfast
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblHasBreakfast" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
BedType
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblBedType" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
HasInternet
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblHasInternet" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
LocalFloor
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblLocalFloor" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
RoomTrait
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblRoomTrait" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
BreakfastPrice1
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblBreakfastPrice1" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
BreakfastPrice2
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblBreakfastPrice2" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Area
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblArea" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
AddBedPrice
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblAddBedPrice" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
RoomAmount
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblRoomAmount" runat="server"></asp:Label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Remark
</td>
<td height="25" width="*" align="left">
<asp:Label id="lblRemark" runat="server"></asp:Label>
</td></tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?