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

📄 admin_choose.aspx

📁 教务管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_choose.aspx.cs" Inherits="admin" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table style="width: 742px; height: 285px;" border="1">
            <tr>
                <td colspan="5" style="text-align: center; height: 53px;">
                    <span style="font-size: 24pt"><strong>系统管理——选课管理</strong></span></td>
            </tr>
            <tr>
                <td colspan="5" style="height: 11px; text-align: center">
                    课程名称
                    <asp:DropDownList ID="dropCourseName" runat="server" Width="115px">
                    </asp:DropDownList>
                    &nbsp;&nbsp; &nbsp;教师 &nbsp;
                    <asp:DropDownList ID="dropTeacher" runat="server" Width="82px">
                    </asp:DropDownList>
                    &nbsp;&nbsp; &nbsp; 年度 &nbsp;<asp:TextBox ID="txtYear" runat="server" Width="111px"></asp:TextBox>&nbsp;&nbsp;&nbsp;
                    <asp:LinkButton ID="lbtnSearch" runat="server" OnClick="lbtnSearch_Click">查询已选此课程的学生</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width: 155px; text-align: center" rowspan="2">
                    <br />
                    <asp:LinkButton ID="lbtnStudent" runat="server" OnClick="lbtnStudent_Click">学生管理</asp:LinkButton><br />
                    <br />
                    <asp:LinkButton ID="lbtnTeacher" runat="server" OnClick="lbtnTeacher_Click">教师管理</asp:LinkButton><br />
                    <br />
                    <asp:LinkButton ID="lbtnCourse" runat="server" OnClick="lbtnCourse_Click">课程管理</asp:LinkButton><br />
                    <br />
                    <asp:LinkButton ID="lbtnClass" runat="server" OnClick="lbtnClass_Click">班级管理</asp:LinkButton><br />
                    <br />
                    <asp:LinkButton ID="lbtnChoose" runat="server" OnClick="lbtnChoose_Click">选课管理</asp:LinkButton><br />
                    <br />
                    <asp:LinkButton ID="lbtnResult" runat="server" OnClick="lbtnResult_Click">成绩管理</asp:LinkButton><br />
                </td>
                <td colspan="4" valign="top" style="width: 692px">
                    <asp:Label ID="lblMsg" runat="server" Width="215px"></asp:Label></td>
            </tr>
            <tr>
                <td valign="top" colspan="4" style="width: 692px; height: 197px;">
                    &nbsp;
                    <asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" DataKeyField="Scid"  OnDeleteCommand="DataGrid_delete"
                         Width="100%" AllowPaging="True" OnPageIndexChanged="DataGrid_Page" PageSize="5">
                        <Columns>
                            <asp:BoundColumn DataField="SCID" HeaderText="ID"></asp:BoundColumn>
                            <asp:BoundColumn DataField="Sid" HeaderText="学号"></asp:BoundColumn>
                            <asp:BoundColumn DataField="Sname" HeaderText="姓名"></asp:BoundColumn>
                            <asp:BoundColumn DataField="Sclaid" HeaderText="班级"></asp:BoundColumn>
                            <asp:ButtonColumn CommandName="Delete" Text="删除"></asp:ButtonColumn>
                        </Columns>
                        <PagerStyle Mode="NumericPages" />
                    </asp:DataGrid></td>
            </tr>
            <tr>
                <td colspan="5" style="text-align: center; height: 33px;">
                    <asp:LinkButton ID="lbtnQuit" runat="server" OnClick="lbtnQuit_Click">退 出</asp:LinkButton></td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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