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

📄 viewstusrcgra.aspx

📁 XStuMan学生管理系统是面向中小学信息化管理的一套学生管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="viewstusrcgra.aspx.cs" AutoEventWireup="false" Inherits="stuman.viewstusrcgra" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>viewstusrc</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">
		<link href="main.css" rel="stylesheet" type="text/css">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<div id="selclass" runat="server">
			<form id="Form1" method="post" runat="server">
				<table width="100%" border="0" cellpadding="0" cellspacing="0" class="main">
					<tr>
						<td colspan="2"><div align="center">选择年级</div>
						</td>
					</tr>
					<tr>
						<td width="25%" style="HEIGHT: 15px"><div align="center">入学时间</div>
						</td>
						<td style="HEIGHT: 15px">
							<asp:dropdownlist id="Edschooldate" runat="server" Width="100px" CssClass="main">
								<asp:ListItem Value="2002" Selected="True">2002</asp:ListItem>
								<asp:ListItem Value="2003">2003</asp:ListItem>
								<asp:ListItem Value="2004">2004</asp:ListItem>
								<asp:ListItem Value="2005">2005</asp:ListItem>
								<asp:ListItem Value="2006">2006</asp:ListItem>
							</asp:dropdownlist></td>
					</tr>
					<tr>
						<td width="25%" style="HEIGHT: 16px"><div align="center">科目</div>
						</td>
						<td style="HEIGHT: 16px">
							<asp:dropdownlist id="Edsubject" runat="server" Width="100px" CssClass="main">
								<asp:ListItem Value="ch" Selected="True">语文</asp:ListItem>
								<asp:ListItem Value="ma">数学</asp:ListItem>
								<asp:ListItem Value="en">英语</asp:ListItem>
								<asp:ListItem Value="so">政治</asp:ListItem>
								<asp:ListItem Value="ph">物理</asp:ListItem>
								<asp:ListItem Value="cm">化学</asp:ListItem>
								<asp:ListItem Value="ba">生物</asp:ListItem>
								<asp:ListItem Value="er">地理</asp:ListItem>
								<asp:ListItem Value="hs">历史</asp:ListItem>
								<asp:ListItem Value="cp">计算机</asp:ListItem>
								<asp:ListItem Value="pe">体育</asp:ListItem>
							</asp:dropdownlist></td>
					</tr>
					<tr>
						<td width="25%" style="HEIGHT: 14px"><div align="center">类别</div>
						</td>
						<td style="HEIGHT: 14px">
							<asp:dropdownlist id="Edsort" runat="server" Width="100px" CssClass="main">
								<asp:ListItem Value="mid" Selected="True">期中</asp:ListItem>
								<asp:ListItem Value="fnl">期末</asp:ListItem>
								<asp:ListItem Value="met">会考</asp:ListItem>
							</asp:dropdownlist>&nbsp;</td>
					</tr>
					<tr>
						<td colspan="2"><div align="center"></div>
							<div align="center">
								<asp:Button ID="btnok" Text="确定" runat="server" CssClass="main" BorderWidth="1px" BorderStyle="Solid"
									BorderColor="#404040" />
							</div>
						</td>
					</tr>
				</table>
			</form>
		</div>
		<div id="seldate" runat="server">
			<form id="Form2" method="post" runat="server">
				<table width="100%" border="0" cellpadding="0" cellspacing="0" class="main">
					<tr>
						<td><div align="center"><FONT face="宋体">选择日期</FONT></div>
						</td>
					</tr>
					<tr>
						<td><div align="center"><FONT face="宋体"></FONT>
								<asp:ListBox id="ListBox1" runat="server" Width="213px" CssClass="main"></asp:ListBox></div>
						</td>
					</tr>
					<tr>
						<td><div align="center">
								<asp:Button id="btnselok" runat="server" Text="确定" CssClass="main" BorderWidth="1px" BorderStyle="Solid"
									BorderColor="#404040"></asp:Button></div>
						</td>
					</tr>
				</table>
			</form>
		</div>
		<div id="view" runat="server">
			<form id="Form3" method="post" runat="server">
				<table width="100%" border="0" cellpadding="0" cellspacing="0" class="main">
					<tr>
						<td><div align="center">
								<asp:Label id="lblclass" runat="server"></asp:Label></div>
						</td>
					</tr>
					<tr>
						<td><div align="center">
								<asp:DataGrid id="DataGrid1" runat="server" AutoGenerateColumns="False" AllowSorting="True" BorderColor="#33CCFF"
									BorderStyle="Double" CellSpacing="1" BorderWidth="1px" BackColor="White" CellPadding="4" GridLines="Horizontal"
									CssClass="main">
									<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#339966"></SelectedItemStyle>
									<ItemStyle Wrap="False" ForeColor="#333333" BackColor="Azure"></ItemStyle>
									<HeaderStyle Font-Bold="True" Wrap="False" ForeColor="White" BackColor="#33CCFF"></HeaderStyle>
									<FooterStyle ForeColor="#333333" BackColor="White"></FooterStyle>
									<Columns>
										<asp:BoundColumn DataField="stuid" ReadOnly="True" HeaderText="编号">
											<HeaderStyle Wrap="False" Width="100px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="姓名">
											<HeaderStyle Wrap="False" Width="50px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="class" ReadOnly="True" HeaderText="班级"></asp:BoundColumn>
										<asp:BoundColumn DataField="src" ReadOnly="True" HeaderText="成绩">
											<HeaderStyle Wrap="False" Width="200px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn Visible="False" DataField="num" HeaderText="名次">
											<HeaderStyle Wrap="False" Width="50px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
									</Columns>
									<PagerStyle HorizontalAlign="Center" ForeColor="White" BackColor="#336666" Mode="NumericPages"></PagerStyle>
								</asp:DataGrid></div>
						</td>
					</tr>
					<tr>
						<td>
							<div align="center">
								<TABLE class="main" id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
									<TR>
										<TD noWrap align="center" width="25%" colSpan="2" rowSpan="1">成绩统计</TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">学生人数</TD>
										<TD noWrap>
											<asp:Label id="Mecount" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">优秀人数</TD>
										<TD noWrap>
											<asp:Label id="Megood" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">及格人数</TD>
										<TD noWrap>
											<asp:Label id="Mepass" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">平均成绩</TD>
										<TD noWrap>
											<asp:Label id="Meping" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">最高成绩</TD>
										<TD noWrap>
											<asp:Label id="Metop" runat="server"></asp:Label></TD>
									</TR>
								</TABLE>
							</div>
						</td>
					</tr>
					<tr>
						<td><div align="center">
								<asp:Button id="btnsort" runat="server" Text="按成绩排序" CssClass="main" BorderWidth="1px" BorderStyle="Solid"
									BorderColor="#404040"></asp:Button>
								<asp:Button id="btnpic" runat="server" Text="生成图表" CssClass="main" BorderWidth="1px" BorderStyle="Solid"
									BorderColor="#404040"></asp:Button></div>
						</td>
					</tr>
				</table>
			</form>
		</div>
	</body>
</HTML>

⌨️ 快捷键说明

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