温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:智能选课系统源码及论坛
当前文件路径:XuanKeLunWen/Admin/AddAll.aspx

1<%@ Page Language="C#" MasterPageFile="~/Admin/Index.master" AutoEventWireup="true" CodeFile="AddAll.aspx.cs" Inherits="Admin_AddAll" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table cellpadding="0" cellspacing="0" style="font-size: 14px" > 4
<tr> 5
<td align="left" colspan="3" style="height: 18px"> 6
添加系别</td> 7
</tr> 8
<tr> 9
<td align="center" style="width: 88px; height: 26px"> 10
系名:</td> 11
<td style="width: 219px; height: 26px"> 12
<asp:TextBox ID="TextBox1" runat="server" Width="187px"></asp:TextBox></td> 13
<td style="width: 319px; height: 26px" align="left"> 14
<asp:LinkButton ID="Linkaddclass" runat="server" Width="30px" OnClick="Linkaddclass_Click" ValidationGroup="1">添加</asp:LinkButton> 15
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" 16
Display="Dynamic" ErrorMessage="不能空" ValidationGroup="1"></asp:RequiredFieldValidator></td> 17
</tr> 18
<tr style="color: #000000"> 19
<td align="center" colspan="3" style="height: 20px"> 20
</td> 21
</tr> 22
</table> 23
24
<table cellpadding="0" cellspacing="0" style="font-size: 14px" > 25
<tr> 26
<td align="left" colspan="3" rowspan="4" style="height: 16px" valign="top"> 27
添加专业</td> 28
</tr> 29
<tr> 30
</tr> 31
<tr> 32
</tr> 33
<tr style="color: #000000"> 34
</tr> 35
<tr style="color: #000000"> 36
<td align="center" style="width: 88px; height: 19px"> 37
专业名:</td> 38
<td style="width: 213px; height: 19px"> 39
<asp:TextBox ID="TextBox2" runat="server" Width="184px"></asp:TextBox></td> 40
<td style="width: 301px; height: 19px" align="left"> 41
<asp:LinkButton ID="Linkaddzhuanye" runat="server" OnClick="Linkaddzhuanye_Click" ValidationGroup="2">添加</asp:LinkButton> 42
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2" 43
Display="Dynamic" ErrorMessage="不能空" ValidationGroup="2"></asp:RequiredFieldValidator></td> 44
</tr> 45
<tr> 46
<td align="left" colspan="3" style="height: 19px"> 47
添加课程名</td> 48
</tr><tr style="color: #000000"> 49
<td align="center" style="width: 88px; height: 19px"> 50
课程名名:</td> 51
<td style="width: 213px; height: 19px"> 52
<asp:TextBox ID="TextBox3" runat="server" Width="184px"></asp:TextBox></td> 53
<td style="width: 301px; height: 19px" align="left"> 54
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">添加</asp:LinkButton> 55
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox2" 56
Display="Dynamic" ErrorMessage="不能空" ValidationGroup="2"></asp:RequiredFieldValidator></td> 57
</tr> 58
</table> 59
</asp:Content> 60
61




