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

📄 addall.aspx

📁 智能选课系统:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发。 功能如下:学校中学生教师根据不同的权限合理分配,提
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Index.master" AutoEventWireup="true" CodeFile="AddAll.aspx.cs" Inherits="Admin_AddAll" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table  cellpadding="0" cellspacing="0" style="font-size: 14px" >
        <tr>
            <td align="left" colspan="3" style="height: 18px">
                添加系别</td>
        </tr>
        <tr>
            <td align="center" style="width: 88px; height: 26px">
                系名:</td>
            <td style="width: 219px; height: 26px">
                <asp:TextBox ID="TextBox1" runat="server" Width="187px"></asp:TextBox></td>
            <td style="width: 319px; height: 26px" align="left">
                <asp:LinkButton ID="Linkaddclass" runat="server"  Width="30px" OnClick="Linkaddclass_Click" ValidationGroup="1">添加</asp:LinkButton>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                    Display="Dynamic" ErrorMessage="不能空" ValidationGroup="1"></asp:RequiredFieldValidator></td>
        </tr>
        <tr style="color: #000000">
            <td align="center" colspan="3" style="height: 20px">
                &nbsp;</td>
        </tr>
    </table>
    
    <table cellpadding="0" cellspacing="0" style="font-size: 14px" >
        <tr>
            <td align="left" colspan="3" rowspan="4" style="height: 16px" valign="top">
                添加专业</td>
        </tr>
        <tr>
        </tr>
        <tr>
        </tr>
        <tr style="color: #000000">
        </tr>
        <tr style="color: #000000">
            <td align="center" style="width: 88px; height: 19px">
                专业名:</td>
            <td style="width: 213px; height: 19px">
                <asp:TextBox ID="TextBox2" runat="server" Width="184px"></asp:TextBox></td>
            <td style="width: 301px; height: 19px" align="left">
                <asp:LinkButton ID="Linkaddzhuanye" runat="server" OnClick="Linkaddzhuanye_Click" ValidationGroup="2">添加</asp:LinkButton>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
                    Display="Dynamic" ErrorMessage="不能空" ValidationGroup="2"></asp:RequiredFieldValidator></td>
        </tr>
        <tr>
            <td align="left" colspan="3" style="height: 19px">
                添加课程名</td>
        </tr><tr style="color: #000000">
            <td align="center" style="width: 88px; height: 19px">
                课程名名:</td>
            <td style="width: 213px; height: 19px">
                <asp:TextBox ID="TextBox3" runat="server" Width="184px"></asp:TextBox></td>
            <td style="width: 301px; height: 19px" align="left">
                <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">添加</asp:LinkButton>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox2"
                    Display="Dynamic" ErrorMessage="不能空" ValidationGroup="2"></asp:RequiredFieldValidator></td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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