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

📄 webform3.aspx

📁 C#示例代码,刚刚注册随便找了一个东西测试一下好不好用
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WebForm3.aspx.cs" AutoEventWireup="false" Inherits="student.WebForm3" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm3</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<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="#86bcb1">
		<form id="WebForm3" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 93px; POSITION: absolute; TOP: 85px" runat="server" Font-Bold="True">姓名:</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 93px; POSITION: absolute; TOP: 117px" runat="server" Font-Bold="True">学号:</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 93px; POSITION: absolute; TOP: 144px" runat="server" Font-Bold="True">课程:</asp:Label>
				<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 93px; POSITION: absolute; TOP: 174px" runat="server" Font-Bold="True">分数:</asp:Label>
				<asp:Label id="Label5" style="Z-INDEX: 105; LEFT: 93px; POSITION: absolute; TOP: 202px" runat="server" Font-Bold="True">学分:</asp:Label>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 106; LEFT: 157px; POSITION: absolute; TOP: 82px" runat="server"></asp:TextBox>
				<asp:TextBox id="TextBox2" style="Z-INDEX: 107; LEFT: 157px; POSITION: absolute; TOP: 111px" runat="server"></asp:TextBox>
				<asp:TextBox id="TextBox3" style="Z-INDEX: 108; LEFT: 157px; POSITION: absolute; TOP: 138px" runat="server"></asp:TextBox>
				<asp:TextBox id="TextBox4" style="Z-INDEX: 109; LEFT: 157px; POSITION: absolute; TOP: 167px" runat="server"></asp:TextBox>
				<asp:TextBox id="TextBox5" style="Z-INDEX: 110; LEFT: 157px; POSITION: absolute; TOP: 196px" runat="server"></asp:TextBox>
				<asp:CheckBox id="CheckBox1" style="Z-INDEX: 111; LEFT: 330px; POSITION: absolute; TOP: 83px" runat="server" Text="逻辑与"></asp:CheckBox>
				<asp:CheckBox id="CheckBox2" style="Z-INDEX: 112; LEFT: 330px; POSITION: absolute; TOP: 114px" runat="server" Text="逻辑与"></asp:CheckBox>
				<asp:CheckBox id="CheckBox3" style="Z-INDEX: 113; LEFT: 330px; POSITION: absolute; TOP: 139px" runat="server" Text="逻辑与"></asp:CheckBox>
				<asp:CheckBox id="CheckBox4" style="Z-INDEX: 114; LEFT: 330px; POSITION: absolute; TOP: 167px" runat="server" Text="逻辑与"></asp:CheckBox>
				<asp:CheckBox id="CheckBox5" style="Z-INDEX: 115; LEFT: 330px; POSITION: absolute; TOP: 198px" runat="server" Text="逻辑与"></asp:CheckBox>
				<asp:HyperLink id="HyperLink1" style="Z-INDEX: 116; LEFT: 93px; POSITION: absolute; TOP: 237px" runat="server" NavigateUrl="http://zhou/student/WebForm1.aspx">返回主页</asp:HyperLink>
				<asp:Button id="Button1" style="Z-INDEX: 117; LEFT: 336px; POSITION: absolute; TOP: 230px" runat="server" Text="查询"></asp:Button>
				<asp:DataGrid id="DataGrid1" style="Z-INDEX: 118; LEFT: 80px; POSITION: absolute; TOP: 268px" runat="server" Width="411px" BorderStyle="Groove" BackColor="ActiveBorder"></asp:DataGrid></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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