查询课程.aspx

来自「本套软件适用于各大高校、培训机构等单位的教学管理软件。」· ASPX 代码 · 共 35 行

ASPX
35
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?