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

📄 schclass1.aspx

📁 学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="bossleft" Src="ascxs/bossleft.ascx" %>
<%@ Page language="c#" Codebehind="schclass1.aspx.cs" AutoEventWireup="false" Inherits="kqxt.schclass1" %>
<%@ Register TagPrefix="uc1" TagName="boss" Src="ascxs/boss.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>schclass1</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: 1200px; POSITION: absolute; TOP: 8px; HEIGHT: 328px"
				cellSpacing="1" cellPadding="1" width="1200" border="0">
				<TR>
					<TD align="center" style="HEIGHT: 184px">
						<uc1:boss id="Boss1" runat="server"></uc1:boss></TD>
				</TR>
				<TR>
					<TD>
						<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="1200" border="0">
							<TR>
								<TD style="WIDTH: 182px">
									<uc1:bossleft id="Bossleft1" runat="server"></uc1:bossleft></TD>
								<TD>
									<TABLE id="Table3" cellSpacing="1" cellPadding="1" width="900" border="0">
										<TR>
											<TD style="HEIGHT: 25px"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
												</FONT>
												<asp:Label id="Label1" runat="server" Width="176px" Font-Size="X-Small" BackColor="#FFC0C0">请选择您想查询的班级:</asp:Label><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
													<asp:DropDownList id="DropDownList1" runat="server" Width="90px"></asp:DropDownList>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
													<asp:Button id="Button1" runat="server" Text="查询"></asp:Button></FONT></TD>
										</TR>
										<TR>
											<TD align="center">
												<asp:DataGrid id="DataGrid1" runat="server" Width="926px" BackColor="#DEBA84" AutoGenerateColumns="False"
													BorderColor="#DEBA84" BorderStyle="None" CellSpacing="2" BorderWidth="1px" CellPadding="3"
													AllowPaging="True" HorizontalAlign="Right">
													<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#738A9C"></SelectedItemStyle>
													<ItemStyle ForeColor="#8C4510" BackColor="#FFF7E7"></ItemStyle>
													<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#A55129"></HeaderStyle>
													<FooterStyle ForeColor="#8C4510" BackColor="#F7DFB5"></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="courseName" HeaderText="课程"></asp:BoundColumn>
														<asp:BoundColumn DataField="dates" HeaderText="时间"></asp:BoundColumn>
													</Columns>
													<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Center" ForeColor="#8C4510"
														Position="TopAndBottom"></PagerStyle>
												</asp:DataGrid></TD>
										</TR>
									</TABLE>
									<asp:Label id="Label2" runat="server"></asp:Label><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;&nbsp;&nbsp;&nbsp;&nbsp;
									</FONT>
									<asp:Label id="Label3" runat="server" Font-Size="X-Small">该班的出勤率为:</asp:Label><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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT>
									<asp:Button id="Button2" runat="server" Text="统计该班出勤率"></asp:Button>
								</TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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