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

📄 bjxx.aspx

📁 成绩管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="bjxx.aspx.cs" AutoEventWireup="false" Inherits="tang.bjxx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>bjxx</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="#00ccff" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 280px; POSITION: absolute; TOP: 48px" runat="server"
					Width="136px" Height="56px" Font-Bold="True" Font-Size="X-Large" Font-Names="微软雅黑">班级信息</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 88px; POSITION: absolute; TOP: 104px" runat="server"
					Width="120px" Height="16px">班级信息列表:</asp:Label>
				<asp:DataGrid id=DataGrid1 OnDeleteCommand="DataGrid_Delete"  style="Z-INDEX: 103; LEFT: 88px; POSITION: absolute; TOP: 128px" runat="server" Width="592px" Height="264px" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4" DataSource='<%# DataBinder.Eval(dataSet11, "Tables[班级信息]") %>' DataMember="班级信息" PageSize="8" AllowPaging="True" AutoGenerateColumns="False">
					<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:ButtonColumn Text="删除" HeaderText="操作" CommandName="Delete"></asp:ButtonColumn>
					</Columns>
					<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Center" ForeColor="#330099"
						BackColor="#FFFFCC"></PagerStyle>
				</asp:DataGrid></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

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