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

📄 webform1.aspx

📁 《ASP.NET C#程序设计案例教程》
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplication6.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
		<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: 24px; POSITION: absolute; TOP: 24px" runat="server"
					Width="80px" Height="16px">姓名</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 24px; POSITION: absolute; TOP: 56px" runat="server"
					Width="88px" Height="32px">电话</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 24px; POSITION: absolute; TOP: 88px" runat="server"
					Width="96px" Height="32px">电子信箱</asp:Label>
				<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 24px; POSITION: absolute; TOP: 128px" runat="server"
					Width="96px" Height="32px">个人简介</asp:Label>
				<asp:TextBox id="Name" style="Z-INDEX: 105; LEFT: 112px; POSITION: absolute; TOP: 24px" runat="server"
					Width="160px"></asp:TextBox>
				<asp:TextBox id="tel" style="Z-INDEX: 106; LEFT: 112px; POSITION: absolute; TOP: 56px" runat="server"
					Width="160px"></asp:TextBox>
				<asp:TextBox id="email" style="Z-INDEX: 107; LEFT: 112px; POSITION: absolute; TOP: 88px" runat="server"
					Width="280px"></asp:TextBox>
				<asp:TextBox id="intro" style="Z-INDEX: 108; LEFT: 112px; POSITION: absolute; TOP: 128px" runat="server"
					Width="280px" Height="80px"></asp:TextBox>
				<asp:Button id="Button1" style="Z-INDEX: 109; LEFT: 112px; POSITION: absolute; TOP: 224px" runat="server"
					Width="136px" Text="确定"></asp:Button>
				<asp:Label id="message" style="Z-INDEX: 110; LEFT: 112px; POSITION: absolute; TOP: 264px" runat="server"
					Width="288px" Height="24px"></asp:Label></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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