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

📄 login.aspx

📁 基于C#语言的一个企业客户管理数据库系统开发案例的源代码 ,很实用
💻 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>
<script language="javascript" type="text/javascript">
<!--

function Button2_onclick() {
history.go(-1);
}

// -->
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<br />
        <br />
        <br />
        <br />
        <div style="text-align: center">
            &nbsp;</div>
    </div>
        &nbsp;
        <div style="text-align: center">
            <table>
                <tr>
                    <td background="Image/企业客户管理系统登录页面.jpg" width="454" height="269">
                        <br />
                        <br />
                        <br />
                        <br />
                <table border="0" style="width: 216px" cellpadding="0" cellspacing="0">
                    <tr>
                        <td style="width: 57px; text-align: right; height: 34px;">
                            <span style="font-size: 9pt">用户名:</span></td>
                        <td style="width: 100px; text-align: left; height: 34px;">
        <asp:TextBox ID="txtUserName" runat="server" Height="16px" Width="139px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 57px; text-align: right; height: 36px;">
                            <span style="font-size: 9pt">密 码:</span></td>
                        <td style="width: 100px; height: 36px; text-align: left;">
        <asp:TextBox ID="txtPassord" runat="server" TextMode="Password" Height="16px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 57px; text-align: right; height: 30px;">
                            <span style="font-size: 9pt">角 色:</span></td>
                        <td style="width: 100px; text-align: left; height: 30px;">
        <asp:DropDownList ID="ddlType" runat="server" Height="16px" >
        </asp:DropDownList></td>
                    </tr>
                    <tr>
                    <td style="height: 23px">
                    </td>
                       
                        <td  colspan="2" style="height: 23px; text-align: left; width: 155px;" >
        <asp:Button ID="btnLogin" runat="server" Text="登录" OnClick="btnLogin_Click" Font-Size="9pt" />
                            <input id="Button2" type="button" value="返回" language="javascript" onclick="return Button2_onclick()" style="width: 36px; height: 23px" size="" />
                </td>
                <td style="height: 23px"></td>
                    </tr>
                </table>
                        &nbsp;
                    </td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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