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

📄 admin_courseadd.aspx

📁 在线考试系统完整版源码(C#&Access) 该考试系统为一同学毕业设计
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" EnableEventValidation="true" CodeFile="Admin_CourseAdd.aspx.cs" Inherits="Admin_Admin_CourseAdd" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
    <br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    &nbsp; &nbsp;&nbsp;
    
    <div>
        <table style="width: 243px; position: static;
            height: 178px">
            <tr>
                <td align="center" colspan="3" style="height: 24px">
                    添加科目</td>
            </tr>
            <tr>
                <td style="width: 112px">
                    系别:</td>
                <td style="width: 291px" colspan="2">
                    <asp:DropDownList ID="DepartMentDDlSource" runat="server" Style="position: static"
                        Width="114px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 112px; height: 5px;">
                    科目:</td>
                <td style="width: 291px; height: 5px" colspan="2">
                    <asp:TextBox ID="txtName" runat="server" Style="position: static" Width="111px"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
                        ErrorMessage="泌添" Style="position: static" Width="42px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 37px">
                    <asp:Label ID="lblMesage" runat="server" Style="z-index: 100; left: 337px; position: absolute;
                        top: 271px"></asp:Label>
                    <asp:Button ID="BtnReturn" runat="server" Style="z-index: 101; left: 409px; position: absolute;
                        top: 302px" Text="返回" Width="40px" />
                    <asp:Button ID="BtnSave" runat="server" OnClick="BtnSave_Click" Style="z-index: 103;
                        left: 299px; position: absolute; top: 296px" Text="保存" Width="40px" />
                </td>
            </tr>
        </table>
        <asp:Label ID="Label1" runat="server" Height="24px" Style="z-index: 101; left: 293px;
            position: absolute; top: 357px" Text="Label" Width="151px"></asp:Label>
    
    </div>
    
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
</asp:Content>

⌨️ 快捷键说明

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