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

📄 students.aspx

📁 功能超强大的选课系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Department/DepartmentMasterPage.master" AutoEventWireup="true" CodeFile="Students.aspx.cs" Inherits="Department_Students" Title="现代教务管理系统" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div style="margin-top: 15px; margin-left: 3px; width: 100%">
        <table style="border-right: #99ccff 0.1em solid; border-left: #99ccff 0.1em solid;
            width: 100%; padding-top: 1px; height: 100%">
            <tr>
                <td colspan="3" style="background-image: url(Images/main_top_bg.gif); height: 19px">
                    <asp:Image ID="Image1" runat="server" Height="17px" ImageUrl="~/Department/Images/main_top_1.gif"
                        Width="21px" />学生列表信息</td>
            </tr>
            <tr>
                <td colspan="3" style="vertical-align: top; height: 22px; text-align: center">
                    所属学院:
                    <asp:DropDownList ID="ddlCollege" runat="server" Width="174px" AutoPostBack="True" OnDataBinding="ddlCollege_DataBinding">
                    </asp:DropDownList>
                    &nbsp; &nbsp;&nbsp; 所属专业:
                    <asp:DropDownList ID="ddlSpeciality" runat="server" Width="219px" AutoPostBack="True" OnDataBinding="ddlSpeciality_DataBinding">                       
                    </asp:DropDownList>
                    &nbsp; 所属班级:<asp:DropDownList ID="ddlClassList" runat="server" Width="206px" AutoPostBack="True" OnDataBinding="ddlClassList_DataBinding">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td colspan="3" style="vertical-align: top; height: 430px; text-align: left">
                    <asp:GridView ID="gvStudents" runat="server" AutoGenerateColumns="False" CellPadding="4"
                        DataKeyNames="st_id" Font-Names="tahoma,arial" Font-Size="13px" ForeColor="#333333"
                        GridLines="None" PageSize="15" Width="100%">
                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <EmptyDataRowStyle Height="20px" />
                        <Columns>
                            <asp:BoundField DataField="st_id" HeaderText="学       号" />
                            <asp:BoundField DataField="st_name" HeaderText="姓       名" />
                            <asp:BoundField DataField="st_sex" HeaderText="性       别" />
                            <asp:BoundField DataField="st_birthday" HeaderText="出生日期" />
                            <asp:BoundField DataField="st_face" HeaderText="政治面貌" />
                            <asp:BoundField DataField="st_tel" HeaderText="联系电话" />
                            <asp:BoundField DataField="sp_name" HeaderText="所属专业" />
                            <asp:BoundField DataField="cl_name" HeaderText="所属班级" />
                            <asp:BoundField DataField="dp_name" HeaderText="所属学院" />
                        </Columns>
                        <RowStyle BackColor="#EFF3FB" Font-Size="12px" />
                        <EditRowStyle BackColor="#2461BF" Height="20px" />
                        <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="SkyBlue" Font-Bold="True" Font-Size="12px" ForeColor="White"
                            Height="12px" />
                        <AlternatingRowStyle BackColor="White" />
                    </asp:GridView>
                    <br />
                </td>
            </tr>
            <tr>
                <td align="right" colspan="3" style="background-image: url(Images/bottom_bg.gif);
                    width: 929px; height: 25px; text-align: right" valign="middle">
                    power &nbsp;by yuhong
                </td>
            </tr>
        </table>
    </div>
</asp:Content>

⌨️ 快捷键说明

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