📄 st_rbussimanmodule.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_RBussiManModule.ascx.cs" Inherits="Context_ST_RBussiManModule" %>
<table width="600" height="261" border="1" style="font-size: 15px">
<tr>
<td colspan="5" style="height: 25px; background-color: lightgrey"> 房间经营管理:</td>
</tr>
<tr>
<td height="29" align="right" style="width: 89px">按房间类型:</td>
<td style="width: 105px"> <asp:DropDownList ID="ddlCategory" runat="server" Style="position: relative"
Width="98px">
<asp:ListItem>--请选择--</asp:ListItem>
</asp:DropDownList></td>
<td align="right" style="width: 56px">状态:</td>
<td width="110"> <asp:DropDownList ID="ddlState" runat="server" Style="position: relative"
Width="95px">
<asp:ListItem>--请选择--</asp:ListItem>
<asp:ListItem>未订</asp:ListItem>
<asp:ListItem>已订</asp:ListItem>
</asp:DropDownList></td>
<td width="236"> <asp:Button ID="Button1" runat="server" Style="position: relative" Text="查询"
Width="58px" OnClick="Button1_Click" /></td>
</tr>
<tr>
<td colspan="5" valign="top" style="height: 196px">
<asp:DataList ID="DataList1" runat="server" Style="position: relative" OnItemCommand="DataList1_ItemCommand" RepeatColumns="3" RepeatDirection="Horizontal">
<ItemTemplate>
<table width="200" border="1" style="font-size: 15px">
<tr>
<td colspan="2" style="height: 22px"> <asp:LinkButton ID="lbnRoomId" runat="server" CommandName="Detail" Style="text-decoration:none"
Text='<%# DataBinder.Eval(Container.DataItem,"ST_RoomId") %>' Width="95px"></asp:LinkButton></td>
</tr>
<tr>
<td width="44" height="27">类型:</td>
<td width="140"> <asp:Label ID="lblCategory" runat="server" Style="position: relative" Text='<%# DataBinder.Eval(Container.DataItem,"ST_Name") %>'
Width="103px"></asp:Label></td>
</tr>
<tr>
<td height="27">空房:</td>
<td> <asp:Label ID="lblIsNull" runat="server" Style="position: relative" Text="Label"
Width="102px"></asp:Label></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
<asp:LinkButton ID="lblPre" runat="server" OnClick="lblPre_Click" Style="left: 5px;
position: relative; top: 0px">上页</asp:LinkButton>
<asp:LinkButton ID="lblNext" runat="server" OnClick="lblNext_Click" Style="left: 7px;
position: relative; top: 0px">下页</asp:LinkButton></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -