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

📄 login.aspx

📁 库存管理系统V1.0源码 版本说明: 1.开发工具vs2005,数据库sql2005 2.数据库的连接字符串在web.config文件中
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" UICulture="Auto" %>
<!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>
    <style type="text/css">
<!--
.STYLE1 {color: #FF0000}
body,td,th {
	font-size: 9pt;
}
.style2 {color: #666666}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
-->
</style>
</head>
<body>
    <form id="form1"   runat="server">
    <div>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <table   align="center" style="width: 310px">
            <tr>
                <td style="height: 18px; width: 131px;">
                    用户名:</td>
                <td colspan="2" style="height: 18px; width: 422px;">
                    <asp:TextBox ID="TextBox1" runat="server" Width="138px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 131px; height: 28px;">
                    密码:</td>
                <td colspan="2" style="width: 422px; height: 28px;">
                    <asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="height: 26px; width: 131px;" align="right">
                    <asp:Button ID="Button1" runat="server" Text="登录" OnClick="Button1_Click" /></td>
                <td colspan="2" style="height: 26px; width: 422px;">
                    &nbsp;<asp:Button ID="Button2" runat="server" Text="取消" OnClick="Button2_Click" />
                    <asp:Label ID="LabelMsg" runat="server" ForeColor="Red" Width="158px"></asp:Label></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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