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

📄 kcxx.aspx

📁 成绩管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="kcxx.aspx.cs" AutoEventWireup="false" Inherits="tang.kcxx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>kcxx</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" bgColor="#00ccff">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 368px; POSITION: absolute; TOP: 56px" runat="server"
					Width="104px" Height="32px" Font-Bold="True" Font-Size="Large" Font-Names="微软雅黑">课程信息</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 144px; POSITION: absolute; TOP: 120px" runat="server"
					Width="112px" Height="24px">课程信息列表:</asp:Label>
				<asp:DataGrid id=DataGrid1 style="Z-INDEX: 103; LEFT: 144px; POSITION: absolute; TOP: 152px" runat="server" Width="592px" Height="168px" DataSource='<%# DataBinder.Eval(dataSet11, "Tables[课程注册]") %>' DataMember="课程注册" AutoGenerateColumns="False" PageSize="8" AllowPaging="True" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4">
					<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>
						<asp:BoundColumn DataField="课程名称" HeaderText="课程名称"></asp:BoundColumn>
					</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 + -