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

📄 webform1.aspx

📁 Mastering VBNet Include Source Code
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="Register.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title></title>
		<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
		<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 44px" runat="server">First Name</asp:label>
			<HR style="Z-INDEX: 116; LEFT: 14px; POSITION: absolute; TOP: 256px" width="100%" SIZE="1">
			<asp:button id="Button1" style="Z-INDEX: 112; LEFT: 24px; POSITION: absolute; TOP: 332px" tabIndex="6" runat="server" Text="Register Now" Height="24px" Width="159px"></asp:button>
			<asp:radiobuttonlist id="radioBrowser" style="Z-INDEX: 111; LEFT: 244px; POSITION: absolute; TOP: 156px" tabIndex="5" runat="server" Height="93" Width="171">
				<asp:ListItem Value="Internet Explorer" Selected="True">Internet Explorer</asp:ListItem>
				<asp:ListItem Value="Netscape">Netscape</asp:ListItem>
				<asp:ListItem Value="Other">Other</asp:ListItem>
			</asp:radiobuttonlist>
			<asp:radiobuttonlist id="radioComputer" style="Z-INDEX: 110; LEFT: 24px; POSITION: absolute; TOP: 158px" tabIndex="4" runat="server" Height="93px" Width="171px">
				<asp:ListItem Value="PC" Selected="True">PC</asp:ListItem>
				<asp:ListItem Value="Macintosh">Macintosh</asp:ListItem>
				<asp:ListItem Value="Other">Other</asp:ListItem>
			</asp:radiobuttonlist>
			<asp:label id="Label5" style="Z-INDEX: 109; LEFT: 22px; POSITION: absolute; TOP: 132px" runat="server" Height="19px" Width="141px" Font-Bold="True">My Computer is</asp:label>
			<asp:label id="Label4" style="Z-INDEX: 108; LEFT: 236px; POSITION: absolute; TOP: 132px" runat="server" Font-Bold="True">My Browser is</asp:label>
			<HR style="Z-INDEX: 107; LEFT: 10px; POSITION: absolute; TOP: 116px" width="100%" SIZE="1">
			<asp:textbox id="txtEMail" style="Z-INDEX: 106; LEFT: 120px; POSITION: absolute; TOP: 76px" tabIndex="3" runat="server" Height="24px" Width="238px"></asp:textbox>
			<asp:label id="Label3" style="Z-INDEX: 105; LEFT: 18px; POSITION: absolute; TOP: 78px" runat="server" Height="19px" Width="89px">EMail</asp:label>
			<asp:textbox id="txtFirst" style="Z-INDEX: 104; LEFT: 120px; POSITION: absolute; TOP: 44px" tabIndex="2" runat="server"></asp:textbox>
			<asp:label id="Label2" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 8px" runat="server">Last Name</asp:label>
			<asp:textbox id="txtLast" style="Z-INDEX: 102; LEFT: 120px; POSITION: absolute; TOP: 12px" tabIndex="1" runat="server"></asp:textbox>
			<asp:label id="Values" style="Z-INDEX: 113; LEFT: 24px; POSITION: absolute; TOP: 364px" runat="server" Height="84px" Width="445px" Font-Bold="True">Label</asp:label>
			<asp:label id="Label7" style="Z-INDEX: 114; LEFT: 24px; POSITION: absolute; TOP: 271px" runat="server" Height="19px" Width="221px" Font-Bold="True">When I connect I want to see</asp:label>
			<asp:checkboxlist id="chkView" style="Z-INDEX: 115; LEFT: 20px; POSITION: absolute; TOP: 289px" runat="server" Height="26px" Width="574px" RepeatDirection="Horizontal">
				<asp:ListItem Value="Sports">Sports</asp:ListItem>
				<asp:ListItem Value="News">News</asp:ListItem>
				<asp:ListItem Value="Stock Prices">Stock Prices</asp:ListItem>
				<asp:ListItem Value="Weather">Weather</asp:ListItem>
				<asp:ListItem Value="Bargains">Our Bargains</asp:ListItem>
			</asp:checkboxlist>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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