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

📄 addclasscourse.aspx

📁 学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc2" TagName="head" Src="ascxs/head.ascx" %>
<%@ Page language="c#" Codebehind="Addclasscourse.aspx.cs" AutoEventWireup="false" Inherits="kqxt.Addclasscourse" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Addclasscourse</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<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>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						<asp:linkbutton id="LinkButton1" runat="server">
							<a href="Addclass.aspx">班级管理</a></asp:linkbutton>&nbsp;
						<asp:linkbutton id="LinkButton2" runat="server">
							<a href="Addteacher.aspx">教师管理</a></asp:linkbutton>&nbsp;
						<asp:linkbutton id="LinkButton3" runat="server">
							<a href="Addstudent.aspx">学生管理</a>
						</asp:linkbutton>&nbsp;&nbsp;
						<asp:linkbutton id="LinkButton4" runat="server">
							<a href="Addusers.aspx">用户管理</a></asp:linkbutton>&nbsp;
						<asp:linkbutton id="LinkButton5" runat="server">课程管理</asp:linkbutton>&nbsp;
						<asp:hyperlink id="HyperLink1" runat="server">班级课程管理</asp:hyperlink></TD>
				</TR>
			</TABLE>
			<asp:panel id="Panel3" style="Z-INDEX: 102; LEFT: 280px; POSITION: absolute; TOP: 256px" runat="server"
				BackImageUrl="image/index_41.gif" Width="656px" Height="202px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp; 
<asp:Button id="ADDbtn" runat="server" Width="78px" Text="添加"></asp:Button>
<asp:DataGrid id="DataGrid1" runat="server" Height="200px" Width="680px" CellPadding="4" BackColor="White"
					BorderWidth="1px" BorderStyle="None" BorderColor="#CC9966" AutoGenerateColumns="False"
					PageSize="5" AllowPaging="True">
					<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="courseID" 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><asp:panel id="Panel2" style="Z-INDEX: 101; LEFT: 368px; POSITION: absolute; TOP: 504px" runat="server"
				BackImageUrl="image/index_41.gif" Width="560px" Height="40px">
				<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">&nbsp;
							<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">课程编号:</asp:Label></TD>
						<TD style="WIDTH: 190px; HEIGHT: 30px">&nbsp;
							<asp:DropDownList id="dr2" runat="server"></asp:DropDownList></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 121px; HEIGHT: 30px" align="center">
							<asp:Label id="Label3" runat="server">授课教师:</asp:Label></TD>
						<TD style="WIDTH: 190px; HEIGHT: 30px">
							<asp:DropDownList id="dr1" runat="server"></asp:DropDownList></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 312px" align="center" colSpan="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
							<asp:Button id="btnadd" runat="server" Width="63px" Text="添加"></asp:Button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
							<asp:Button id="Button4" runat="server" Width="61px" Text="重置"></asp:Button></TD>
					</TR>
				</TABLE>
				<FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<asp:Label id="lbl" runat="server"></asp:Label></FONT>
			</asp:panel></form>
	</body>
</HTML>

⌨️ 快捷键说明

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