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

📄 check.aspx

📁 用c# asp.net 编写b/s模式的管理系统
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_xtvwqxfv" %>

<!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>
</head>
<body bgcolor="silver">
    <form id="form1" runat="server">
    <div>
        <div style="z-index: 101; left: 362px; width: 248px; position: absolute; top: 153px;
            height: 132px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid;">
            <asp:Label ID="Label1" runat="server" Font-Names="方正行楷简体" Font-Size="Large" Style="z-index: 100;
                left: 8px; position: absolute; top: 9px" Text="账号:"></asp:Label>
            <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 101; left: 61px; position: absolute;
                top: 9px" Width="99px"></asp:TextBox>
            <asp:Label ID="Label2" runat="server" Font-Names="方正行楷简体" Font-Size="Large" Style="z-index: 102;
                left: 8px; position: absolute; top: 46px" Text="密码:"></asp:Label>
            <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 103; left: 61px; position: absolute;
                top: 49px" Width="99px" TextMode="Password"></asp:TextBox>
            <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                ErrorMessage="不能为空" Style="left: 174px; position: absolute; top: 13px" ValidationGroup="login"
                Width="67px"></asp:RequiredFieldValidator>
            <asp:Button ID="Button1" runat="server" CausesValidation="False" Font-Names="方正行楷简体"
                Font-Size="Medium" Height="24px" Style="left: 34px; position: absolute; top: 85px"
                Text="注册" Width="55px" OnClick="Button1_Click" />
            <asp:Button ID="Button2" runat="server" Font-Names="方正行楷简体" Style="left: 106px; position: absolute;
                top: 85px" Text="登录" ValidationGroup="login" Width="55px" OnClick="Button2_Click" />
            <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
                ErrorMessage="不能为空" Style="left: 173px; position: absolute; top: 56px" ValidationGroup="login"
                Width="68px"></asp:RequiredFieldValidator>
            &nbsp; &nbsp;
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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