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

📄 logon.aspx

📁 一个实现新闻基本功能(文章添加、删改、列表、后台管理
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="True" Inherits="Logon" Codebehind="Logon.aspx.cs" %>

<!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">
<Link href=style.css rel=stylesheet />
    <title>管理员登录</title>
</head>
<body>
    <form id="form1" runat="server">
    <div align="center">
        <table border="0" cellpadding="0" cellspacing="0" style="border-right: #cccccc 1px solid;
            border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; width: 760px;
            border-bottom: #cccccc 1px solid">
            <tr>
                <td bgcolor="#cccccc" style="height: 19px">
                    管理员登录51aspx/51aspx</td>
            </tr>
            <tr>
                <td style="height: 131px">
                    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                        <tr>
                            <td colspan="2">
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 384px; height: 24px">
                                用户名:</td>
                            <td align="left" style="height: 24px">
                                <asp:TextBox ID="tbx_name" runat="server" Width="91px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 384px">
                                密 &nbsp;&nbsp; 码:</td>
                            <td align="left">
                                <asp:TextBox ID="tbx_pwd" runat="server" TextMode="Password" Width="91px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2" style="height: 17px">
                                <asp:Label ID="Message" runat="server" ForeColor="Red" Visible="False"></asp:Label></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2" style="height: 24px">
                                &nbsp;<asp:Button ID="btn_login" runat="server" BorderStyle="Groove" OnClick="btn_login_Click"
                                    Text="登录" />
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td bgcolor="#cccccc" style="height: 19px">
                    Copyright&nbsp; 北京瀛嘉科技发展有限公司</td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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