📄 addclass.aspx
字号:
<%@ Page language="c#" Codebehind="AddClass.aspx.cs" AutoEventWireup="false" Inherits="kqxt.AddClass" %>
<%@ Register TagPrefix="uc2" TagName="head" Src="ascxs/head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AddClass</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" background="image/ds.gif">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table2" style="WIDTH: 1200px; HEIGHT: 200px" cellSpacing="0" cellPadding="0"
width="1000" align="left" background="image/index_41.gif" border="0">
<TR>
<TD>
<TABLE id="Table1" style="WIDTH: 1183px; HEIGHT: 149px" cellSpacing="0" cellPadding="0"
width="1183" align="center" border="0">
<TR>
<TD align="center">
<uc2:head id="Head1" runat="server"></uc2:head></TD>
</TR>
</TABLE>
<asp:HyperLink id="HyperLink2" runat="server" NavigateUrl="update.aspx">修改密码</asp:HyperLink>
<asp:LinkButton id="LinkButton1" runat="server">
<a href="Addclass.aspx">班级管理</a></asp:LinkButton>
<asp:LinkButton id="LinkButton2" runat="server">
<a href="Addteacher.aspx">教师管理</a></asp:LinkButton>
<asp:LinkButton id="LinkButton3" runat="server">
<a href="Addstudent.aspx">学生管理</a>
</asp:LinkButton>
<asp:LinkButton id="LinkButton4" runat="server">
<a href="Addusers.aspx">用户管理</a></asp:LinkButton>
<asp:LinkButton id="LinkButton5" runat="server">课程管理</asp:LinkButton>
<asp:HyperLink id="HyperLink1" runat="server" NavigateUrl="Addclasscourse.aspx">班级课程管理</asp:HyperLink></TD>
</TR>
</TABLE>
<asp:Panel id="Panel2" style="Z-INDEX: 101; LEFT: 368px; POSITION: absolute; TOP: 504px" runat="server"
Height="40px" Width="560px" BackImageUrl="image/index_41.gif">
<TABLE id="Table4" style="WIDTH: 429px; HEIGHT: 104px" cellSpacing="0" cellPadding="0"
width="429" align="center" border="0">
<TR>
<TD style="WIDTH: 121px; HEIGHT: 41px" align="center">
<asp:Label id="Label1" runat="server" Width="64px">班级号:</asp:Label></TD>
<TD style="WIDTH: 190px; HEIGHT: 41px">
<asp:TextBox id="ClassID" runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 121px; HEIGHT: 30px" align="center">
<asp:Label id="Label2" runat="server" Width="84px">辅导员ID:</asp:Label></TD>
<TD style="WIDTH: 190px; HEIGHT: 30px">
<asp:DropDownList id="DropDownList1" runat="server" Width="116px" DESIGNTIMEDRAGDROP="24"></asp:DropDownList></TD>
</TR>
<TR>
<TD style="WIDTH: 312px" align="center" colSpan="2">
<asp:Button id="btnadd" runat="server" Width="63px" Text="添加"></asp:Button>
<asp:Button id="Button4" runat="server" Width="61px" Text="重置"></asp:Button></TD>
</TR>
</TABLE>
</asp:Panel>
<asp:Panel id="Panel3" style="Z-INDEX: 102; LEFT: 312px; POSITION: absolute; TOP: 256px" runat="server"
Height="202px" Width="656px" BackImageUrl="image/index_41.gif">
<asp:Button id="ADDbtn" runat="server" Width="78px" Text="添加"></asp:Button>
<asp:DataGrid id="DataGrid1" runat="server" Width="680px" Height="200px" AllowPaging="True" PageSize="5"
AutoGenerateColumns="False" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px"
BackColor="White" CellPadding="4">
<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="classID" HeaderText="班级"></asp:BoundColumn>
<asp:BoundColumn DataField="thID" HeaderText="辅导员"></asp:BoundColumn>
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" HeaderText="修改" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
<asp:ButtonColumn Text="删除" DataTextField="classID" HeaderText="删除" CommandName="Delete"></asp:ButtonColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Center" ForeColor="#330099"
BackColor="#FFFFCC"></PagerStyle>
</asp:DataGrid>
</asp:Panel></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -