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

📄 addstaff.aspx

📁 PURPOSE OF THE PROJECT: This Application would facilitate the huge process of managing the Ad detai
💻 ASPX
字号:
<%@ Register TagPrefix ="Template" TagName = "All" Src = "Template.ascx"%>
<%@ Page language="c#" Codebehind="AddStaff.aspx.cs" AutoEventWireup="false" Inherits="MegaMartAudio.AddStaff" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Storage Of Marketting Collateral - Audio - New User</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<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" onload="javascript:history.go(1)">
		<form id="Form1" method="post" runat="server">
			<Template:All runat="server" ID="All1" NAME="All1" />
			<asp:TextBox id="txtName" style="Z-INDEX: 101; LEFT: 272px; POSITION: absolute; TOP: 208px" runat="server"
				MaxLength="25"></asp:TextBox>
			<asp:RequiredFieldValidator id="RequiredFieldValidator4" style="Z-INDEX: 111; LEFT: 440px; POSITION: absolute; TOP: 320px"
				runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtPwd2" Width="152px">Please reenter Password</asp:RequiredFieldValidator>
			<asp:RequiredFieldValidator id="RequiredFieldValidator3" style="Z-INDEX: 110; LEFT: 448px; POSITION: absolute; TOP: 288px"
				runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtPwd1" Width="144px">Please enter Password</asp:RequiredFieldValidator>
			<asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 109; LEFT: 448px; POSITION: absolute; TOP: 208px"
				runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtName">Please enter Name</asp:RequiredFieldValidator>
			<asp:Label id="lblReenter" style="Z-INDEX: 106; LEFT: 136px; POSITION: absolute; TOP: 320px"
				runat="server" ForeColor="#004000" Font-Bold="True">Reenter Password</asp:Label>
			<asp:Label id="lblPassword" style="Z-INDEX: 105; LEFT: 136px; POSITION: absolute; TOP: 288px"
				runat="server" ForeColor="#004000" Font-Bold="True">Password</asp:Label>
			<asp:Label id="lblName" style="Z-INDEX: 104; LEFT: 136px; POSITION: absolute; TOP: 208px" runat="server"
				ForeColor="#004000" Font-Bold="True">Name</asp:Label>
			<asp:TextBox id="txtPwd2" style="Z-INDEX: 103; LEFT: 272px; POSITION: absolute; TOP: 320px" runat="server"
				TextMode="Password" MaxLength="15"></asp:TextBox>
			<asp:TextBox id="txtPwd1" style="Z-INDEX: 102; LEFT: 272px; POSITION: absolute; TOP: 288px" runat="server"
				TextMode="Password" MaxLength="15"></asp:TextBox>
			<asp:Button id="BSubmit" style="Z-INDEX: 107; LEFT: 264px; POSITION: absolute; TOP: 368px" runat="server"
				Text="Submit" CausesValidation="False"></asp:Button>
			<asp:Label id="lblPwd" style="Z-INDEX: 108; LEFT: 280px; POSITION: absolute; TOP: 416px" runat="server"
				ForeColor="#004000" Font-Bold="True"></asp:Label>
			<asp:Button id="cmdReset" style="Z-INDEX: 112; LEFT: 368px; POSITION: absolute; TOP: 368px"
				runat="server" CausesValidation="False" Text="Reset"></asp:Button>
			<asp:Label id="lblConfirm" style="Z-INDEX: 113; LEFT: 368px; POSITION: absolute; TOP: 416px"
				runat="server" ForeColor="#004000" Font-Bold="True"></asp:Label>
			<asp:Label id="lblReset" style="Z-INDEX: 114; LEFT: 232px; POSITION: absolute; TOP: 448px"
				runat="server" ForeColor="#004000" Font-Bold="True"></asp:Label>
			<asp:Label id="lblRole" style="Z-INDEX: 115; LEFT: 136px; POSITION: absolute; TOP: 248px" runat="server"
				ForeColor="#004000" Font-Bold="True">Role</asp:Label>
			<asp:DropDownList id="cboRole" style="Z-INDEX: 116; LEFT: 272px; POSITION: absolute; TOP: 248px" runat="server"
				Width="152px">
				<asp:ListItem Value="Select" Selected="True">Select</asp:ListItem>
				<asp:ListItem Value="s">Staff</asp:ListItem>
				<asp:ListItem Value="m">Manager</asp:ListItem>
			</asp:DropDownList>
			<asp:RegularExpressionValidator id="RegularExpressionValidator1" style="Z-INDEX: 117; LEFT: 448px; POSITION: absolute; TOP: 208px"
				runat="server" Width="168px" ControlToValidate="txtName" ErrorMessage="Name should beAlphabetic" ValidationExpression="([a-z]|[A-Z])+">Name should beAlphabetic</asp:RegularExpressionValidator>
			<asp:RegularExpressionValidator id="RegularExpressionValidator3" style="Z-INDEX: 118; LEFT: 448px; POSITION: absolute; TOP: 288px"
				runat="server" Width="400px" ControlToValidate="txtPwd1" ErrorMessage="Password should have a minimum length of 8"
				ValidationExpression="([a-z]|[A-Z]|[0-9]){8}([a-z]|[A-Z]|[0-9])*">Password should be minimum length of 8 and maximum 15</asp:RegularExpressionValidator>
			<asp:Label id="lblEnter" style="Z-INDEX: 119; LEFT: 32px; POSITION: absolute; TOP: 168px" runat="server"
				ForeColor="#004000" Font-Bold="True" Font-Size="Medium" Font-Italic="True">Enter the Deatils of the New User</asp:Label>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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