📄 login.aspx
字号:
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="MegaMartAudio.WebForm1" culture="hi-IN"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Storage Of Marketting Collateral - Audio - Login</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" bgColor="#fefffe" style="BACKGROUND-POSITION: center center; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat">
<form id="Form1" method="post" runat="server" style="BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(file:///E:\Inetpub\wwwroot\MegaMartAudio\home_P25.jpg); BACKGROUND-REPEAT: no-repeat; POSITION: absolute">
<asp:TextBox id="txtUserID" style="Z-INDEX: 101; LEFT: 160px; POSITION: absolute; TOP: 208px"
runat="server" Width="168px" BorderColor="Transparent" MaxLength="20"></asp:TextBox>
<asp:Panel id="pnlHeading" style="Z-INDEX: 110; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server"
Width="964px" Height="72px" BackColor="Transparent">
<asp:Label id="lblHeading" runat="server" Width="256px" Height="40px" Font-Names="Baskerville Old Face"
Font-Bold="True" ForeColor="Green" Font-Italic="True" Font-Size="XX-Large">Mega Mart</asp:Label></asp:Panel>
<asp:Label id="lblError" style="Z-INDEX: 108; LEFT: 176px; POSITION: absolute; TOP: 352px"
runat="server" ForeColor="Red" BackColor="Transparent"></asp:Label>
<asp:Button id="cmdSubmit" style="Z-INDEX: 105; LEFT: 120px; POSITION: absolute; TOP: 312px"
runat="server" Text="Submit"></asp:Button>
<asp:Label id="lblPWD" style="Z-INDEX: 104; LEFT: 80px; POSITION: absolute; TOP: 256px" runat="server"
Font-Names="Times New Roman" Font-Bold="True" ForeColor="#004000" BackColor="Transparent">Password</asp:Label>
<asp:Label id="lblUID" style="Z-INDEX: 103; LEFT: 80px; POSITION: absolute; TOP: 208px" runat="server"
Font-Names="Times New Roman" Font-Bold="True" ForeColor="#004000" BackColor="Transparent">User ID</asp:Label>
<asp:TextBox id="txtPassword" style="Z-INDEX: 102; LEFT: 160px; POSITION: absolute; TOP: 256px"
runat="server" TextMode="Password" Width="168px" BorderColor="White" MaxLength="20"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 106; LEFT: 160px; POSITION: absolute; TOP: 232px"
runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtUserID" Width="176px">Please Enter your User ID</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator2" style="Z-INDEX: 107; LEFT: 160px; POSITION: absolute; TOP: 280px"
runat="server" ControlToValidate="txtPassword" Width="184px">Please Enter the Password</asp:RequiredFieldValidator>
<asp:Button id="cmdReset" style="Z-INDEX: 109; LEFT: 208px; POSITION: absolute; TOP: 312px"
runat="server" Text="Reset" CausesValidation="False" Width="64px"></asp:Button>
<asp:Label id="lblLogin" style="Z-INDEX: 111; LEFT: 48px; POSITION: absolute; TOP: 160px" runat="server"
Font-Bold="True" ForeColor="#004000" Font-Italic="True" Font-Size="Large" BackColor="Transparent">Login</asp:Label>
<asp:Label id="lblAbout" style="Z-INDEX: 112; LEFT: 422px; POSITION: absolute; TOP: 160px"
runat="server" Width="436px" Height="270px" BackColor="Transparent"></asp:Label>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -