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

📄 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>狂龙通讯录管理系统V2.0</title>
    <link rel=stylesheet href="Styles/Style.css" type="text/css" />
</head>
<body  background="image/bg.gif">
    <form id="form1" runat="server" >
    <div >
    <p>&nbsp;</p>
     <p>&nbsp;</p>
      <p>&nbsp;</p>
     <p>&nbsp;</p>
        <table align=center style="width: 339px" bgcolor=white  border=2>
            <tr>
                <td  colspan=2 align=center style="height: 14px" >
                    <asp:Image ID="Image1" runat="server" Height="160px" ImageUrl="~/image/Logo.jpg"
                        Width="350px" />
            </tr>
            <tr>
                <td style="width: 100px; height: 26px;" >
                    登录名:</td>
                <td style="height: 26px; width: 246px;">
                    <asp:TextBox ID="txtUserName" runat="server" Width="139px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    密 &nbsp;&nbsp; 码:</td>
                <td style="width: 246px">
                    <asp:TextBox ID="txtUserPwd" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
            <td colspan=2 align=center style="position: static;">
                <asp:Button ID="btnLogin" runat="server" Text="登录" OnClick="btnLogin_Click" Width="80px" />
                &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<asp:HyperLink ID="HLregister" runat="server" NavigateUrl="~/Register.aspx" Width="80px" Font-Bold="True">注册</asp:HyperLink></td>
            </tr>
        </table>
    
    </div>
    </form>
 
</body>
</html>

⌨️ 快捷键说明

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