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

📄 new.aspx

📁 企业内部管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="new.aspx.cs" AutoEventWireup="false" Inherits="infoWeb.ThePhile.WebModules.Accounts.Web._new" %>
<%@ Register TagPrefix="infoWeb" Namespace="infoWeb.ThePhile.Web.Controls.Server" Assembly="ThePhile" %>
<%@ Register TagPrefix="WroxUser" TagName="SiteFooter" Src="../../Controls/SiteFooter.ascx" %>
<%@ Register TagPrefix="WroxUser" TagName="SiteHeader" Src="../../Controls/SiteHeader.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ThePhile.COM - New User Registration</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">
		<link href="../../Styles/Navigator.css" rel="stylesheet">
		<link href="../../Styles/ThePhile.css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="new" method="post" runat="server">
			<WroxUser:SiteHeader id="Header" runat="server" />
			<br>
			<table width="100%" border="0" cellspacing="4" cellpadding="2">
				<tr>
					<td width="100%" valign="top">
						Welcome to <b>The Phile</b>!
						<asp:ValidationSummary ID="ValidationSummary" Runat="server" DisplayMode="BulletList" HeaderText="There were problems validating your registration form:"></asp:ValidationSummary>
						<asp:Label CssClass="ErrorMessage" ID="CreateError" Runat="server" Visible="False"></asp:Label>
						<table width="100%" border="0" cellspacing="0" cellpadding="0" style="BORDER-TOP: #333399 solid; BORDER-LEFT: #333399 solid; BORDER-BOTTOM: #333399 solid">
							<tr bgcolor="#eff7de">
								<td>
									<table width="100%" border="0" cellspacing="2" cellpadding="2">
										<tr>
											<td colspan="2">
												<b>New User Registration Form</b>
											</td>
										</tr>
										<tr>
											<td valign="top" width="50%">
												E-Mail Address:<asp:RequiredFieldValidator ID="EmailRequired" Runat="server" Display="Dynamic" ErrorMessage="You must supply an E-mail Address" ControlToValidate="EmailAddress">*</asp:RequiredFieldValidator>
												<asp:RegularExpressionValidator runat="server" id="EmailAddressRegExp" ControlToValidate="EmailAddress" ValidationExpression="^[\w-]+@[\w-]+\.(com|net|org|edu|mil|tv|biz|info)$" errormessage="Please enter a valid email address." Display="Dynamic">*</asp:RegularExpressionValidator>
												<br>
												<asp:TextBox ID="EmailAddress" Runat="server" Width="350px" MaxLength="255"></asp:TextBox><br>
												Password:<asp:RequiredFieldValidator ID="PasswordRequired" Runat="server" ControlToValidate="Password" ErrorMessage="You must supply a Password." Display="Dynamic">*</asp:RequiredFieldValidator><br>
												<asp:TextBox ID="Password" Runat="server" Width="80px" MaxLength="8" TextMode="Password"></asp:TextBox>
											</td>
											<td width="50%" valign="top">
												First Name:
												<asp:RequiredFieldValidator ID="FirstRequired" Runat="server" Display="Dynamic" ErrorMessage="You must supply your First Name." ControlToValidate="FirstName">*</asp:RequiredFieldValidator>
												<br>
												<asp:TextBox ID="FirstName" Runat="server"></asp:TextBox>
												<br>
												Last Name:<asp:RequiredFieldValidator ID="LastRequired" Runat="server" Display="Dynamic" ErrorMessage="You must supply your Last Name." ControlToValidate="LastName">*</asp:RequiredFieldValidator><br>
												<asp:TextBox ID="LastName" Runat="server"></asp:TextBox>
											</td>
										</tr>
										<tr>
											<td valign="top">
												Address:<asp:RequiredFieldValidator ID="AddressRequired" Runat="server" Display="Dynamic" ErrorMessage="You must supply at least the first line of your home address." ControlToValidate="Address1">*</asp:RequiredFieldValidator><br>
												<asp:TextBox ID="Address1" Runat="server" Width="350px"></asp:TextBox>
												<br>
												Address (Additional):<br>
												<asp:TextBox ID="Address2" Runat="server" Width="350px"></asp:TextBox><br>
											</td>
											<td valign="top">
												<table width="100%" border="0" cellspacing="0" cellpadding="0">
													<tr>
														<td width="50%">
															City
															<asp:RequiredFieldValidator ID="CityRequired" Runat="server" ErrorMessage="You must supply your City." ControlToValidate="City" Display="Dynamic">*</asp:RequiredFieldValidator><br>
															<asp:TextBox ID="City" Runat="server" Width="119px"></asp:TextBox>
														</td>
														<td width="50%">
															State:
															<br>
															<asp:DropDownList id="StateDropDown" runat="server"></asp:DropDownList><br>
														</td>
													</tr>
												</table>
												ZipCode:
												<asp:RequiredFieldValidator ID="ZipCodeRequired" Runat="server" Display="Dynamic" ErrorMessage="You must supply your Zip Code." ControlToValidate="ZipCode">*</asp:RequiredFieldValidator>
												<asp:RegularExpressionValidator ID="ZipCodeRegExp" Runat="server" Display="Dynamic" ErrorMessage="Please supply a valid Zip Code." ControlToValidate="ZipCode" ValidationExpression="[0-9]{5}(-[0-9]{4})?">*</asp:RegularExpressionValidator>
												<br>
												<asp:TextBox ID="ZipCode" Runat="server"></asp:TextBox><br>
												Home Phone (optional):<br>
												<asp:TextBox ID="HomePhone" Runat="server"></asp:TextBox><br>
											</td>
										</tr>
										<tr>
											<td colspan="2" align="right">
												<asp:Button ID="Register" Runat="server" Text="Sign Me Up!"></asp:Button>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
					<td align="right" valign="top">
						<infoWeb:Navigator id="MenuNav" SourceFile="../../Config/NavMenu.xml" TransformFile="../../Transforms/NavMenu.xslt" runat="server" />
					</td>
				</tr>
			</table>
			<WroxUser:SiteFooter id="Footer" runat="server" />
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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