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

📄 courseregister.aspx

📁 数据库课程设计
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="courseRegister.aspx.cs" AutoEventWireup="false" Inherits="web.studentRegister" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>studentRegister</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">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 96px; POSITION: absolute; TOP: 64px; TEXT-ALIGN: right"
					runat="server" Width="112px" Height="24px">课程号:</asp:Label>
				<asp:TextBox id="TextBox3" style="Z-INDEX: 106; LEFT: 232px; POSITION: absolute; TOP: 136px"
					runat="server" Width="96px"></asp:TextBox>
				<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 232px; POSITION: absolute; TOP: 96px" runat="server"
					Width="96px"></asp:TextBox>
				<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 96px; POSITION: absolute; TOP: 144px; TEXT-ALIGN: right"
					runat="server" Width="112px" Height="24px">课程学分:</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 96px; POSITION: absolute; TOP: 104px; TEXT-ALIGN: right"
					runat="server" Width="112px" Height="24px">课程名称:</asp:Label>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 232px; POSITION: absolute; TOP: 56px" runat="server"
					Width="96px"></asp:TextBox>
				<asp:Button id="btn_addCourse" style="Z-INDEX: 107; LEFT: 408px; POSITION: absolute; TOP: 136px"
					runat="server" Width="72px" Text="添加"></asp:Button>
				<asp:DataGrid id="dg_course" style="Z-INDEX: 108; LEFT: 88px; POSITION: absolute; TOP: 176px"
					runat="server" Width="472px" AutoGenerateColumns="False">
					<ItemStyle Height="20px"></ItemStyle>
					<HeaderStyle Height="35px"></HeaderStyle>
					<Columns>
						<asp:BoundColumn DataField="cid" ReadOnly="True" HeaderText="课程号"></asp:BoundColumn>
						<asp:BoundColumn DataField="cname" HeaderText="课程名称"></asp:BoundColumn>
						<asp:BoundColumn DataField="ccredit" HeaderText="课程学分"></asp:BoundColumn>
					</Columns>
				</asp:DataGrid>
				<asp:Label id="Label4" runat="server" Visible=False></asp:Label></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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