您目前尚未登陆,请选择【登陆】或【注册
首页->聊天计数->我的Asp.net三层聊天室源码>>Login.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:我的Asp.net三层聊天室源码
当前文件:文件类型 MyChatRoom/Login.aspx打开代码结构图
高亮显示
		            <%@ Page Language="c#" Inherits="MyChatRoom.WebLayer.Login" CodeFile="Login.aspx.cs" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Login</title>   
    <link href="Styles/Style.css" type="text/css" rel="stylesheet" />
</head> 
<body>
    <form id="Form1" method="post" runat="server">
        <table id="Table1" style="z-index: 101; left: 40px; width: 352px; position: absolute;
            top: 32px; height: 158px" cellspacing="0" cellpadding="0" width="352" border="0">
            <tr>
                <td style="width: 84px">
                </td>
                <td style="width: 164px">
                        <img alt="" src="Images\logo.JPG" /></td>
                <td>
                </td>
            </tr>
            <tr>
                <td style="width: 84px">
                    <asp:Label ID="Label1" runat="server">用户名*</asp:Label></td>
                <td style="width: 164px">
                    <asp:TextBox ID="TextBoxUserName" runat="server"></asp:TextBox></td>
                <td>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="警告:必填!"
                        ControlToValidate="TextBoxUserName"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 84px">
                    <asp:Label ID="Label2" runat="server">密码*</asp:Label></td>
                <td style="width: 164px">
                    <asp:TextBox ID="TextBoxPassword" runat="server" TextMode="Password"></asp:TextBox></td>
                <td>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="警告:必填!"
                        ControlToValidate="TextBoxPassword"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td align="center" colspan="3">
                    <asp:Button ID="ButtonLogin" runat="server" Width="56px" Text="登录" OnClick="ButtonLogin_Click">
                    </asp:Button></td>
            </tr>
        </table>
         
    </form>
</body>
</html>


        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:我的Asp.net三层聊天室源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号