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

📄 login.aspx

📁 网上书店 含用户注册
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/book.master" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div style="text-align: center; background-color: #009900;">
        <table style="height: 238px; background-color: #009900;" width="100%">
                <tr>
                    <td colspan="3" rowspan="2" style="height: 21px; vertical-align: top; text-align: left;">
                   
                        <div style="text-align: center">
                            <br />
                            <br />
                            <br />
                           </div>
                        <table>
                            <tr>
                                <td style="width: 250px; height: 167px">
                                </td>
                                <td style="width: 347px; height: 167px;">
                    <asp:Label ID="Label4" runat="server" Text="用户名:" Width="65px" Height="20px"></asp:Label>
                                    <asp:TextBox ID="tbuser" runat="server" Width="119px"></asp:TextBox><br />
                                    <br />
                    <asp:Label ID="Label5" runat="server" Text=" 密   码:" Width="65px"></asp:Label>
                                    <asp:TextBox ID="tbpwd" runat="server" Width="119px" TextMode="Password"></asp:TextBox><br />
                                    <br />
                                    <asp:Label ID="Label6" runat="server" Text="验证码:" Width="65px"></asp:Label>
                                    <asp:TextBox ID="TextBox1" runat="server" Height="18px" Width="69px"></asp:TextBox>
                                    <img src="CheckCode.aspx" height="25" width="45" /><br />
                                    <br />
                                    &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                    <asp:Button ID="denglutm" runat="server" OnClick="denglutm_Click" Text="登陆" Width="49px" />
                                    &nbsp;&nbsp; &nbsp; &nbsp;
                                    <asp:HyperLink ID="HyperLink1" runat="server" Height="20px" NavigateUrl="~/register.aspx"
                                                    Width="58px">注册</asp:HyperLink></td>
                            </tr>
                        </table>
                        </td>
                </tr>
            <tr>
            
            </tr>
            </table>
            </div>
            </asp:Content>
              

⌨️ 快捷键说明

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