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

📄 searchtime.aspx

📁 学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统学生考勤管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="searchtime.aspx.cs" AutoEventWireup="false" Inherits="kqxt.searchtime" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>searchtime</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: 184px; POSITION: absolute; TOP: 80px" cellSpacing="1"
				cellPadding="1" width="600" align="center" border="1">
				<TR>
					<TD style="FONT-SIZE: 9pt; WIDTH: 55px" noWrap align="right">日期:年
					</TD>
					<TD style="WIDTH: 95px"><asp:textbox id="txtYear" runat="server" Width="100px" Font-Size="X-Small"></asp:textbox></TD>
					<TD style="FONT-SIZE: 9pt; WIDTH: 26px" noWrap align="right">月
					</TD>
					<TD style="WIDTH: 72px"><asp:dropdownlist id="dropMonth" runat="server" Width="142px" Font-Size="X-Small" Height="23px" AutoPostBack="True">
							<asp:ListItem Value="一月">1月</asp:ListItem>
							<asp:ListItem Value="二月">2月</asp:ListItem>
							<asp:ListItem Value="三月">3月</asp:ListItem>
							<asp:ListItem Value="四月">4月</asp:ListItem>
							<asp:ListItem Value="五月">5月</asp:ListItem>
							<asp:ListItem Value="六月">6月</asp:ListItem>
							<asp:ListItem Value="七月">7月</asp:ListItem>
							<asp:ListItem Value="八月">8月</asp:ListItem>
							<asp:ListItem Value="九月">9月</asp:ListItem>
							<asp:ListItem Value="十月">10月</asp:ListItem>
							<asp:ListItem Value="十一月">11月</asp:ListItem>
							<asp:ListItem Value="十二月">12月</asp:ListItem>
						</asp:dropdownlist></TD>
					<TD style="FONT-SIZE: 9pt; WIDTH: 29px" noWrap align="right">日&nbsp;
					</TD>
					<TD style="WIDTH: 86px"><asp:dropdownlist id="dropDay" runat="server" Width="84px" Font-Size="X-Small" AutoPostBack="True">
							<asp:ListItem Value="1">1</asp:ListItem>
							<asp:ListItem Value="2">2</asp:ListItem>
							<asp:ListItem Value="3">3</asp:ListItem>
							<asp:ListItem Value="4">4</asp:ListItem>
							<asp:ListItem Value="5">5</asp:ListItem>
							<asp:ListItem Value="6">6</asp:ListItem>
							<asp:ListItem Value="7">7</asp:ListItem>
							<asp:ListItem Value="8">8</asp:ListItem>
							<asp:ListItem Value="9">9</asp:ListItem>
							<asp:ListItem Value="10">10</asp:ListItem>
							<asp:ListItem Value="11">11</asp:ListItem>
							<asp:ListItem Value="12">12</asp:ListItem>
							<asp:ListItem Value="13">13</asp:ListItem>
							<asp:ListItem Value="14">14</asp:ListItem>
							<asp:ListItem Value="15">15</asp:ListItem>
							<asp:ListItem Value="16">16</asp:ListItem>
							<asp:ListItem Value="17">17</asp:ListItem>
							<asp:ListItem Value="18">18</asp:ListItem>
							<asp:ListItem Value="19">19</asp:ListItem>
							<asp:ListItem Value="20">20</asp:ListItem>
							<asp:ListItem Value="21">21</asp:ListItem>
							<asp:ListItem Value="22">22</asp:ListItem>
							<asp:ListItem Value="23">23</asp:ListItem>
							<asp:ListItem Value="24">24</asp:ListItem>
							<asp:ListItem Value="25">25</asp:ListItem>
							<asp:ListItem Value="26">26</asp:ListItem>
							<asp:ListItem Value="27">27</asp:ListItem>
							<asp:ListItem Value="28">28</asp:ListItem>
							<asp:ListItem Value="29">29</asp:ListItem>
							<asp:ListItem Value="30">30</asp:ListItem>
							<asp:ListItem Value="31">31</asp:ListItem>
						</asp:dropdownlist></TD>
					<TD style="FONT-SIZE: 9pt">
						<asp:Button id="Button1" runat="server" Text="查询"></asp:Button><asp:label id="lblErr" runat="server" Font-Size="X-Small" Visible="true" ForeColor="Red"></asp:label></TD>
				</TR>
			</TABLE>
			<asp:DataGrid id="dgdsch" style="Z-INDEX: 102; LEFT: 184px; POSITION: absolute; TOP: 128px" runat="server"
				Width="592px" Height="228px" GridLines="Vertical" CellPadding="3" BackColor="White" BorderWidth="1px"
				BorderStyle="None" BorderColor="#999999" AutoGenerateColumns="False">
				<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="courseName" 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>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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