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

📄 login.aspx

📁 小型的一个简单的系统开发的实现了简---添加--删除--修改---(vs2005和SQl2005)用到了一些JS脚本
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="Admin_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>
<link href="Css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
   <form id="form1" runat="server">
    <div>
        <div  class ="top" style="left: 0px; background-image: url(Images/top.gif); top: 0px; vertical-align: middle; text-align: center;">
             
           </div>  
        <div  class="buttom" style="font-size: 20pt; background-color: #5a92cb">
            copyright@ChongQing CST Sct Scienen and Technicl Co.,Ltd.2009</div>
        <div class="show" style="left: 0px; top: 174px; text-align: left; font-style: italic; background-color: #ffffff;" >
            <div style="text-align: center; background-color: white;">
            <br />
            <br />
             <br />
            <br />
             <br />
            <br />
         
          
                <table border="0" cellpadding="0" cellspacing="0" style="border-right: #3333ff thin solid;
                    border-top: #3333ff thin solid; vertical-align: middle; border-left: #3333ff thin solid;
                    border-bottom: #3333ff thin solid; position: static; height: 116px; text-align: center">
                    <tr>
                        <td style="font-size: large;" align="left" colspan="3">
                            <asp:Label ID="Label3" runat="server" Font-Italic="False" Text="请登录:"></asp:Label></td>
                    </tr>
                    <tr>
                        <td style="width: 100px; height: 28px;" align="right">
                            <asp:Label ID="Label1" runat="server" Font-Italic="False" Text="账 号:"></asp:Label></td>
                        <td style="width: 166px; height: 28px;" colspan="2">
                            <asp:TextBox ID="TextBox1" runat="server" Width="171px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 100px; height: 3px;" align="right">
                            <asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Italic="False" Font-Overline="False"
                                Text="密 码:"></asp:Label></td>
                        <td style="width: 166px; height: 3px;" colspan="2">
                            <asp:TextBox ID="TextBox2" runat="server" Width="171px" TextMode="Password"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td colspan="3">
                            <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="登 录" /></td>
                    </tr>
                </table>
            </div>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 欢迎光临重庆创思特商务管理案例系统!</div >
        
   </div> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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