webform2.aspx

来自「《ASP.NET C#程序设计案例教程》」· ASPX 代码 · 共 36 行

ASPX
36
字号
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm2.aspx.vb" Inherits="WebApplication6.WebForm2"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm2</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">
			<asp:Label id="Label1" style="Z-INDEX: 111; LEFT: 48px; POSITION: absolute; TOP: 48px" runat="server"
				Height="16px" Width="80px">姓名</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 48px; POSITION: absolute; TOP: 80px" runat="server"
				Height="32px" Width="88px">电话</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 48px; POSITION: absolute; TOP: 112px" runat="server"
				Height="32px" Width="96px">Email</asp:Label>
			<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 48px; POSITION: absolute; TOP: 152px" runat="server"
				Height="32px" Width="96px">简介</asp:Label>
			<asp:TextBox id="Name" style="Z-INDEX: 105; LEFT: 136px; POSITION: absolute; TOP: 48px" runat="server"
				Width="160px"></asp:TextBox>
			<asp:TextBox id="tel" style="Z-INDEX: 106; LEFT: 136px; POSITION: absolute; TOP: 80px" runat="server"
				Width="160px"></asp:TextBox>
			<asp:TextBox id="email" style="Z-INDEX: 107; LEFT: 136px; POSITION: absolute; TOP: 112px" runat="server"
				Width="280px"></asp:TextBox>
			<asp:TextBox id="intro" style="Z-INDEX: 108; LEFT: 136px; POSITION: absolute; TOP: 152px" runat="server"
				Height="112px" Width="280px"></asp:TextBox>
			<asp:Button id="Button1" style="Z-INDEX: 109; LEFT: 136px; POSITION: absolute; TOP: 280px" runat="server"
				Width="136px" Text="确定"></asp:Button>
			<asp:Label id="message" style="Z-INDEX: 110; LEFT: 136px; POSITION: absolute; TOP: 328px" runat="server"
				Height="24px" Width="288px"></asp:Label>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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