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

📄 login.aspx

📁 办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>无标题页</title>
    <link rel="Stylesheet" href="CSS/Style.css" type="text/css" />
</head>
<body style="background-color: #3399ff">
    <form id="form1" runat="server">
        <div>
            <div style="z-index: 101; left: 228px; background-image: url(Images/login.jpg); width: 511px;
                position: absolute; top: 102px; height: 371px">
                &nbsp;
                <div style="z-index: 102; left: 106px; width: 221px; position: absolute; top: 270px;
                    height: 12px">
                    <asp:TextBox ID="txtUserName" runat="server" CssClass="loinBox" MaxLength="18"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUserName"
                        ErrorMessage="*"></asp:RequiredFieldValidator></div>
                <asp:ImageButton ID="Ibtn_Login" runat="server" ImageUrl="~/Images/denglu.jpg"
                    Style="z-index: 100; left: 367px; position: absolute; top: 328px" OnClick="Ibtn_Login_Click" />
                <div style="z-index: 103; left: 106px; width: 217px; position: absolute; top: 324px;
                    height: 5px">
                    <asp:TextBox ID="txtPassword" runat="server"  CssClass="loinBox" MaxLength="18" TextMode="Password"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtPassword"
                        ErrorMessage="*"></asp:RequiredFieldValidator></div>
            </div>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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