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

📄 admin.aspx

📁 该学生信息管理系统是我自己写的
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Admin.aspx.vb" Inherits="学生信息管理系统.Admin"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Admin</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT id="FONT1" face="宋体" runat="server">
				<asp:dropdownlist id="DropDownList1" style="Z-INDEX: 101; LEFT: 240px; POSITION: absolute; TOP: 32px"
					runat="server" Width="112px" Height="56px" BackColor="White" ForeColor="Red">
					<asp:ListItem Value="0        " Selected="True">请点下拉框     </asp:ListItem>
					<asp:ListItem Value="1">student</asp:ListItem>
					<asp:ListItem Value="2">course</asp:ListItem>
					<asp:ListItem Value="3">score</asp:ListItem>
					<asp:ListItem Value="4">admin</asp:ListItem>
					<asp:ListItem Value="5">users</asp:ListItem>
					<asp:ListItem Value="6">studentID</asp:ListItem>
				</asp:dropdownlist>
				<DIV style="DISPLAY: inline; Z-INDEX: 102; LEFT: 88px; WIDTH: 120px; POSITION: absolute; TOP: 24px; HEIGHT: 28px"
					align="center" ms_positioning="FlowLayout">请选择查询对象</DIV>
				<asp:Datagrid id="DataGrid1" style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 72px" runat="server"
					Width="448px" Height="183px" BackColor="White" BorderColor="White" BorderStyle="Ridge" CellSpacing="1"
					BorderWidth="2px" CellPadding="3" GridLines="None" HorizontalAlign="Center" AllowPaging="True"
					AllowSorting="True" AutoGenerateColumns="False">
					<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
					<ItemStyle ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
					<HeaderStyle Font-Bold="True" ForeColor="#E7E7FF" BackColor="#4A3C8C"></HeaderStyle>
					<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
					<Columns>
						<asp:BoundColumn DataField="studentID" HeaderText="学号"></asp:BoundColumn>
						<asp:BoundColumn DataField="studentname" HeaderText="姓名"></asp:BoundColumn>
						<asp:BoundColumn DataField="class" HeaderText="班级"></asp:BoundColumn>
						<asp:BoundColumn DataField="sex" HeaderText="性别"></asp:BoundColumn>
						<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
						<asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn>
					</Columns>
					<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"></PagerStyle>
				</asp:Datagrid>
				<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 384px; POSITION: absolute; TOP: 24px" runat="server"
					Height="32px" Width="136px" Text="提交"></asp:Button>
				<asp:DataGrid id="DataGrid2" style="Z-INDEX: 105; LEFT: 96px; POSITION: absolute; TOP: 107px"
					runat="server" Height="285px" Width="377px" Visible="False"></asp:DataGrid>
				<asp:DataGrid id="DataGrid3" style="Z-INDEX: 106; LEFT: 136px; POSITION: absolute; TOP: 129px"
					runat="server" Height="271px" Width="337px" Visible="False"></asp:DataGrid>
				<asp:DataGrid id="DataGrid4" style="Z-INDEX: 107; LEFT: 184px; POSITION: absolute; TOP: 107px"
					runat="server" Height="293px" Width="305px" Visible="False"></asp:DataGrid>
				<asp:DataGrid id="DataGrid5" style="Z-INDEX: 108; LEFT: 256px; POSITION: absolute; TOP: 106px"
					runat="server" Height="302px" Width="249px" Visible="False"></asp:DataGrid>
				<asp:DataGrid id="DataGrid6" style="Z-INDEX: 109; LEFT: 344px; POSITION: absolute; TOP: 80px"
					runat="server" Height="272px" Width="488px" Visible="False"></asp:DataGrid></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

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