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

📄 admin1.aspx

📁 成绩管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="admin1.aspx.cs" AutoEventWireup="false" Inherits="tang.admin1" %>
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>admin1</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 bgColor="#99ff99" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 136px; POSITION: absolute; TOP: 48px" runat="server"
					Font-Names="微软雅黑" Font-Size="X-Large" Font-Bold="True" Width="144px" Height="32px">学生信息</asp:label><asp:label id="Label2" style="Z-INDEX: 103; LEFT: 144px; POSITION: absolute; TOP: 24px" runat="server"
					Width="32px" Height="20px">恭喜</asp:label><asp:datagrid id=DataGrid1 style="Z-INDEX: 102; LEFT: 136px; POSITION: absolute; TOP: 104px" runat="server" Width="528px" Height="96px" CellPadding="4" BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#CC9966" DataKeyField="学生编号" AutoGenerateColumns="False" DataMember="学生信息" DataSource='<%# DataBinder.Eval(dataSet11, "Tables[学生信息].DefaultView") %>'>
					<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="学生编号" HeaderText="学生编号"></asp:BoundColumn>
						<asp:BoundColumn DataField="学生姓名" HeaderText="学生姓名"></asp:BoundColumn>
						<asp:BoundColumn DataField="性别" HeaderText="性别"></asp:BoundColumn>
						<asp:BoundColumn DataField="学生密码" HeaderText="学生密码"></asp:BoundColumn>
						<asp:BoundColumn DataField="其他学生信息" HeaderText="其他学生信息"></asp:BoundColumn>
						<asp:BoundColumn DataField="班级编号" HeaderText="班级编号"></asp:BoundColumn>
					</Columns>
					<PagerStyle HorizontalAlign="Center" ForeColor="#330099" BackColor="#FFFFCC"></PagerStyle>
				</asp:datagrid><asp:label id="Label3" style="Z-INDEX: 104; LEFT: 184px; POSITION: absolute; TOP: 24px" runat="server"
					Width="56px" Height="24px"></asp:label><asp:label id="Label4" style="Z-INDEX: 105; LEFT: 248px; POSITION: absolute; TOP: 24px" runat="server"
					Width="100px" Height="20px">登录成功!</asp:label><asp:radiobuttonlist id="RadioButtonList1" style="Z-INDEX: 106; LEFT: 272px; POSITION: absolute; TOP: 296px"
					runat="server" Width="320px" Height="16px" RepeatDirection="Horizontal">
					<asp:ListItem Value="成绩查询" Selected="True">成绩查询</asp:ListItem>
					<asp:ListItem Value="考勤查询">考勤查询</asp:ListItem>
					<asp:ListItem Value="实验查询">实验查询</asp:ListItem>
				</asp:radiobuttonlist><asp:button id="Button1" style="Z-INDEX: 107; LEFT: 608px; POSITION: absolute; TOP: 296px" runat="server"
					Width="50px" Height="20px" Text="查询"></asp:button><asp:label id="Label6" style="Z-INDEX: 108; LEFT: 152px; POSITION: absolute; TOP: 304px" runat="server"
					Width="112px" Height="16px">选择查询种类:</asp:label></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

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