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

📄 loging.aspx

📁 程序学生信息管理系统(SQL2000+ASP.NET+c#+)
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Loging.aspx.cs" Inherits="_Default" %>

<!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="StyleSheet.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
<!--

function Button2_onclick() {
window.close();
}

// -->
</script>
</head>
<body alink="#000000">
    <form id="form1" runat="server">
    <div align="center"   >
        <table style="width: 343px; height: 104px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;" align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
            <tr >
                <td align="center" colspan="3" style="height: 17px; font-weight: bold; font-size: 25px; color: #ffffff; font-family: 楷体_GB2312; background-color: #33ffff;" valign="middle" background="BG/007.jpg">
                <font size="5">    用户登陆</font>
                </td>
            </tr>
            <tr>
                <td style="width: 88px; font-weight: bold; height: 26px;"   align  ="right" >
                    帐号:
          
                </td>
                <td style="width: 117px; font-weight: normal; height: 26px;">
                    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                <td style="width: 106px; font-weight: normal; height: 26px;">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                        ErrorMessage="*请输入帐号"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 88px; font-weight: bold; height: 25px;" align="right" >
                密码:
                </td>
                <td style="width: 117px; height: 25px;">
                    <asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
                <td style="width: 106px; height: 25px;">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
                        ErrorMessage="*请输入密码"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td align="center" colspan="3" style="height: 21px" bgcolor="#ffffff">
                    <asp:Button ID="Button1" runat="server" Text="登陆" OnClick="Button1_Click" />&nbsp;
                    <input id="Button2" type="button" value="退出" language="javascript" onclick="return Button2_onclick()" /></td>
            </tr>
            <tr>
                <td colspan="3"  align ="center" style="height: 15px;" valign="middle" bgcolor="#33ffff" background="BG/007.jpg" >
                    &nbsp;&nbsp;
                    <asp:Label ID="Label1" runat="server" Text="message" Font-Size="Smaller" ForeColor="Red" Width="153px" Height="13px"></asp:Label></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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