⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 st_roomsmanmodule.ascx

📁 功能强大的酒店管理系统!毕业设计专用!在上呈上!以提使用!
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_RoomsManModule.ascx.cs" Inherits="Context_ST_RoomsManModule" %>
<table width="609" height="411" border="1" style="font-size: 15px">
  <tr>
    <td height="27" colspan="3" bgcolor="#CCCCCC">房间信息管理</td>
  </tr>
  <tr>
    <td width="169" height="36" align="right">&nbsp;按房间号:</td>
    <td style="width: 168px">&nbsp;<asp:TextBox ID="txtSearch" runat="server" Style="position: relative"></asp:TextBox></td>
    <td width="222">&nbsp;<asp:Button ID="Button1" runat="server" Style="position: relative" Text="查询"
            Width="63px" OnClick="Button1_Click" /></td>
  </tr>
  <tr>
    <td height="311" colspan="3" valign="top">
        <asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" OnItemCommand="DataGrid1_ItemCommand"
            Style="font-size: 15px; position: relative" Width="100%" AllowPaging="True" OnPageIndexChanged="DataGrid1_PageIndexChanged">
            <Columns>
                <asp:BoundColumn DataField="ST_RoomId" HeaderText="房间号"></asp:BoundColumn>
                <asp:BoundColumn DataField="ST_Name" HeaderText="房间类型"></asp:BoundColumn>
                <asp:BoundColumn DataField="ST_RPosition" HeaderText="房间位置"></asp:BoundColumn>
                <asp:BoundColumn DataField="ST_Price" HeaderText="价格(元/天)"></asp:BoundColumn>
                <asp:TemplateColumn HeaderText="修改">
                    <ItemTemplate>
                        <asp:LinkButton ID="LinkButton1" runat="server" CommandName="Detail" Style="position: relative"
                            Width="41px">详单</asp:LinkButton>
                    </ItemTemplate>
                </asp:TemplateColumn>
                <asp:TemplateColumn HeaderText="删除">
                    <ItemTemplate>
                        <asp:Button ID="Button2" runat="server" CommandName="Detele" Style="position: relative"
                            Text="删除" Width="51px" />
                    </ItemTemplate>
                </asp:TemplateColumn>
            </Columns>
            <PagerStyle NextPageText="下页" PrevPageText="上页" />
        </asp:DataGrid></td>
  </tr>
  <tr>
    <td height="25" colspan="3"><span class="STYLE2"><a href="ST_RoomAdd.aspx" style="text-decoration:none">添加新房间</a></span></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -