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

📄 查询课程.aspx

📁 本套软件适用于各大高校、培训机构等单位的教学管理软件。
💻 ASPX
字号:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="查询课程.aspx.vb" Inherits="CourseUpdata_DB" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
    <br />
    <asp:Label ID="Label1" runat="server" Text="请选择查询方式"></asp:Label>
    <asp:DropDownList ID="DropDownList1" runat="server" Width="120px" AutoPostBack="True">
        <asp:ListItem Value="1">课程号</asp:ListItem>
        <asp:ListItem Value="2">课程名</asp:ListItem>
        <asp:ListItem Value="3">开课学期</asp:ListItem>
        <asp:ListItem Value="4">上课教师</asp:ListItem>
    </asp:DropDownList>
    <asp:Label ID="Label2" runat="server" Text="对应值"></asp:Label>
    <asp:DropDownList ID="DropDownList2" runat="server" Width="136px">
    </asp:DropDownList>
    &nbsp; &nbsp; &nbsp;&nbsp;<asp:Button ID="Button1" runat="server" Text="查询" />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    &nbsp; &nbsp; &nbsp; &nbsp;<br />
    <br />
    &nbsp; &nbsp;<br />
    <asp:GridView ID="GridView1" runat="server" Width="776px">
    </asp:GridView>
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
</asp:Content>

⌨️ 快捷键说明

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