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

📄 schclass.aspx

📁 学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="left1" Src="ascxs/left1.ascx" %>
<%@ Page language="c#" Codebehind="schclass.aspx.cs" AutoEventWireup="false" Inherits="kqxt.schclass" %>
<%@ Register TagPrefix="uc1" TagName="teacher" Src="ascxs/teacher.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>thsearch</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">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 1205px; POSITION: absolute; TOP: 8px; HEIGHT: 573px"
				cellSpacing="1" cellPadding="1" width="1205" border="0">
				<TR>
					<TD align="center" style="HEIGHT: 158px">
						<uc1:teacher id="Teacher1" runat="server"></uc1:teacher></TD>
				</TR>
				<TR>
					<TD>
						<TABLE id="Table2" style="WIDTH: 1200px; HEIGHT: 482px" cellSpacing="1" cellPadding="1"
							width="1200" border="0">
							<TR>
								<TD style="WIDTH: 161px">
									<uc1:left1 id="Left11" runat="server"></uc1:left1></TD>
								<TD align="center"><FONT face="宋体">
										<TABLE id="Table3" style="WIDTH: 707px; HEIGHT: 372px" cellSpacing="1" cellPadding="1"
											width="707" border="1">
											<TR>
												<TD align="center">
													<TABLE id="Table4" borderColor="#00ffff" cellSpacing="1" cellPadding="1" width="600" align="center"
														border="0">
														<TR>
															<TD style="WIDTH: 419px" align="center" bgColor="#eeffcc">
																<asp:Label id="Label1" runat="server" Font-Size="Smaller">请选择你要查询的班级:</asp:Label>
																<asp:DropDownList id="DropDownList1" runat="server" Width="102px"></asp:DropDownList></TD>
															<TD style="WIDTH: 319px" align="center" bgColor="#eeffcc">
																<asp:Button id="search" runat="server" Text="查询"></asp:Button>&nbsp;&nbsp;&nbsp;
																<asp:LinkButton id="LinkButton1" runat="server">详细查询</asp:LinkButton></TD>
															<TD align="center" bgColor="#eeffcc"></TD>
														</TR>
													</TABLE>
													<TABLE id="Table5" style="WIDTH: 600px; HEIGHT: 272px" borderColor="#00ffff" cellSpacing="1"
														cellPadding="1" width="600" align="center" border="0">
														<TR>
															<TD align="center">
																<asp:Label id="Label2" runat="server"></asp:Label>
																<asp:Button id="Button1" runat="server" Text="返回"></asp:Button>
																<asp:DataGrid id="DataGrid1" runat="server" Width="592px" AutoGenerateColumns="False" Height="215px"
																	BorderColor="#999999" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3"
																	GridLines="Vertical" AllowPaging="True" PageSize="5">
																	<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
																	<AlternatingItemStyle BackColor="Gainsboro"></AlternatingItemStyle>
																	<ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
																	<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084"></HeaderStyle>
																	<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
																	<Columns>
																		<asp:BoundColumn DataField="stuID" HeaderText="学号"></asp:BoundColumn>
																		<asp:BoundColumn DataField="stuName" HeaderText="姓名"></asp:BoundColumn>
																		<asp:BoundColumn DataField="status" HeaderText="状态"></asp:BoundColumn>
																		<asp:BoundColumn DataField="dates" HeaderText="时间"></asp:BoundColumn>
																	</Columns>
																	<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black"
																		Position="TopAndBottom" BackColor="#999999"></PagerStyle>
																</asp:DataGrid></TD>
														</TR>
													</TABLE>
												</TD>
											</TR>
										</TABLE>
									</FONT>
								</TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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