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

📄 login.aspx

📁 数据结构管理系统 数据结构管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="Backtop_用户管理_login" %>

<%@ Register Src="../../UserControl/BottomUC.ascx" TagName="BottomUC" TagPrefix="uc1" %>
<%@ Register Src="../../UserControl/BannerUC.ascx" TagName="BannerUC" TagPrefix="uc2" %>

<!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 href="../../CSS/ASPNET2Normal.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
        <div style="text-align: center">
            <div style="text-align: center">
                <div style="text-align: center">
                                    <table border="1" cellpadding="0" cellspacing="0" style="height: 200px; width: 760px;">
                                        <tr>
                                            <td colspan="2" style="font-weight: bold; color: #ff6666; font-style: normal; background-color: #66ccff">
                                                <uc2:BannerUC ID="BannerUC1" runat="server" />
                                            </td>
                                        </tr>
                                        <tr>
                                            <td colspan="2" style="font-weight: bold; color: #ff6666; font-style: normal; background-color: #66ccff; height: 49px;">
                                                用户登陆</td>
                                        </tr>
                                        <tr>
                                            <td align="right" style="width: 11427px; height: 46px;" valign="middle">
                                                <asp:Label ID="Label1" runat="server" Text="用户名:"></asp:Label></td>
                                            <td align="left" style="color: #ff0033; width: 9546px; height: 46px;">
                                                <asp:TextBox ID="UserName" runat="server" Width="157px"></asp:TextBox>*
                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="UserName"
                                                    ErrorMessage="用户名不能为空!"></asp:RequiredFieldValidator></td>
                                        </tr>
                                        <tr>
                                            <td align="right" style="width: 11427px; height: 42px;">
                                                <asp:Label ID="Label2" runat="server" Text="密 码:"></asp:Label></td>
                                            <td align="left" style="color: #ff3300; width: 9546px; height: 42px;">
                                                <asp:TextBox ID="Password" runat="server" Width="157px" TextMode="Password"></asp:TextBox>*
                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="Password"
                                                    ErrorMessage="密码不能为空!" Width="127px"></asp:RequiredFieldValidator></td>
                                        </tr>
                                        <tr>
                                            <td align="center" colspan="2" style="height: 40px">
                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                <asp:Button ID="Button1" runat="server" Text="登陆" Width="57px" OnClick="Button1_Click" />
                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Button ID="Button2" runat="server" Text="取消" Width="59px" OnClick="Button2_Click" />
                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                                                <asp:HyperLink ID="HyperLink1" runat="server" Height="23px" Width="106px" NavigateUrl="~/Backtop/用户管理/User/AddUser.aspx">新用户注册</asp:HyperLink></td>
                                        </tr>
                                        <tr>
                                            <td align="center" colspan="2" style="height: 52px">
                                                <uc1:BottomUC ID="BottomUC1" runat="server" />
                                            </td>
                                        </tr>
                                    </table>
                </div>
            </div>
        </div>
    
    </form>
</body>
</html>

⌨️ 快捷键说明

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