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

📄 adminhomefloodfind.aspx

📁 学生寝室管理系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin.master"  AutoEventWireup="true" CodeFile="adminhomefloodfind.aspx.cs" Inherits="adminhomefloodfind" Title ="寝室楼查找" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" align="center"  cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" class="tableBorder" style="width: 96%" id="TABLE1" language="javascript" onclick="return TABLE1_onclick()">
  <tr bordercolor="#000000" bgcolor="#000000"><th colspan=9 class="tableHeaderText" style="height: 26px"> 查询功能-&gt;<span style="font-size: 13px">寝室楼<span style="color: white">查找</span></span></th></tr>
    <tr bgcolor="#000000" bordercolor="#000000">
        <td align="center" class="forumRow" colspan="2" rowspan="1" style="height: 11px">
            请选择寝室楼:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
            </asp:DropDownList>
            &nbsp;
        </td>
    </tr>
 <tr bordercolor="#000000" bgcolor="#000000"><td align=center class="forumRow" colspan="2" rowspan="7" style="height: 11px">
     <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
         <asp:DataGrid ID="mydatagrid3" runat="server" AllowPaging="True" AutoGenerateColumns="False"
             CellPadding="4" ForeColor="#333333" GridLines="None" Height="91px" OnItemDataBound="mydatagrid3_ItemDataBound"
             OnPageIndexChanged="mydatagrid3_PageIndexChanged" Style="font-size: 14px" Width="735px">
             <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
             <EditItemStyle BackColor="#C0FFFF" />
             <SelectedItemStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
             <PagerStyle BackColor="LightBlue" Font-Bold="False" Font-Italic="False" Font-Overline="False"
                 Font-Strikeout="False" Font-Underline="False" ForeColor="Black" HorizontalAlign="Center"
                 NextPageText="下一页" PrevPageText="上一页" />
             <AlternatingItemStyle BackColor="White" />
             <ItemStyle BackColor="#E3EAEB" />
             <HeaderStyle BackColor="#0066FF" Font-Bold="True" Font-Italic="False" Font-Overline="False"
                 Font-Strikeout="False" Font-Underline="False" ForeColor="White" />
             <Columns>
                 <asp:BoundColumn DataField="homesex" HeaderText="寝室类别" ReadOnly="True"></asp:BoundColumn>
                 <asp:BoundColumn DataField="homeflood" HeaderText="几栋" ReadOnly="True"></asp:BoundColumn>
                 <asp:BoundColumn DataField="uid" HeaderText="学号"></asp:BoundColumn>
                 <asp:BoundColumn DataField="homehao" HeaderText="几号" ReadOnly="True"></asp:BoundColumn>
                 <asp:BoundColumn DataField="homecount" HeaderText="几人间" ReadOnly="True"></asp:BoundColumn>
                 <asp:BoundColumn DataField="homephone" HeaderText="寝室电话"></asp:BoundColumn>
                 <asp:BoundColumn DataField="homefen" HeaderText="寝室评分"></asp:BoundColumn>
                 <asp:BoundColumn DataField="homeyn" HeaderText="是/否文明寝室">
                     <HeaderStyle Width="95px" />
                 </asp:BoundColumn>
                 <asp:BoundColumn DataField="homediffenet" HeaderText="是/否和同班同学住一起">
                     <HeaderStyle Width="150px" />
                 </asp:BoundColumn>
             </Columns>
         </asp:DataGrid></asp:Panel>
 </td></tr>
</table>
    <br />
    <table align="center" border="0" cellpadding="3" cellspacing="1" class="tableBorder"
        style="width: 96%">
        <tr>
            <th class="tableHeaderText" colspan="3" height="25">
                学生寝室管理系统</th>
        </tr>
        <tr>
            <td align="right" class="forumRow" style="width: 406px; height: 1px;">
                程序开发:</td>
            <td class="forumRow" colspan="2" style="height: 1px">
                浪漫雪弧</td>
        </tr>
        <tr>
            <td align="right" class="forumRow" style="width: 406px; height: 19px;">
                程序负责:</td>
            <td class="forumRow" colspan="2" style="height: 19px">
                一半情弧</td>
        </tr>
        <tr>
            <td align="right" class="forumRow" style="width: 406px">
                联系方法:</td>
            <td class="forumRow" colspan="2">
                QQ 562873726</td>
        </tr>
    </table>
 </asp:Content>

⌨️ 快捷键说明

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