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

📄 userlogin.ascx

📁 包含了几个由sql server2005开发的典型程序
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Userlogin.ascx.cs" Inherits="WebUserControl" %>
<table style="width: 180px; height: 272px; vertical-align: top;">
    <tr>
        <td style="width: 180px; height: 202px;" valign="top">
            <asp:Panel ID="Panel1" runat="server" Height="150px" Width="180px">
                <table>
                    <tr>
                        <td colspan="2" style="width: 180px" align="center">
                            <strong><span style="color: #cc3399">::用户登录::</span></strong></td>
                    </tr>
                    <tr>
                        <td style="width: 80px" align="right">
                            用户名:</td>
                        <td style="width: 83px">
                            <asp:TextBox ID="TextBox1" runat="server" Width="90"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 80px" align="right">
                            密码:</td>
                        <td style="width: 83px">
                            <asp:TextBox ID="TextBox2" runat="server" Width="90" OnTextChanged="TextBox2_TextChanged" TextMode="Password"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 180px" colspan="2" align="center">
                            <asp:Button ID="Button1" runat="server" Text="登录" Width="53px" OnClick="Button1_Click" />
                            <asp:Button ID="Button2" runat="server" Text="注册" Width="56px" OnClick="Button2_Click" /></td>
                    </tr>
                </table>
            </asp:Panel>
            <asp:Panel ID="Panel2" runat="server" Height="150px" Width="180px">
                <table width="180">
                    <tr>
                        <td style="width: 180px" align="center">
                            <strong><span style="color: #cc3399">::用户中心::</span></strong></td>
                    </tr>
                    <tr>
                        <td style="width: 180px; height: 55px;" align="center">
                            欢迎您:<asp:Label ID="Label1" runat="server">Label</asp:Label><br />
                            <font color="#cc3399" face="宋体">-------------------</font><br />
                            您可以进行以下操作:</td>
                    </tr>
                    <tr>
                        <td style="width: 120px" align="center">
                            <table>
                                <tr>
                                    <td style="width: 120px" align="left">
                                        <span style="color: #cc3399">》</span><a href="useredit.aspx">修改注册资料</a></td>
                                </tr>
                                <tr>
                                    <td style="width: 120px; height: 20px;" align="left">
                                        <span style="color: #cc3399">》</span><a href="userorder.aspx">我的订单</a></td>
                                </tr>
                                <tr>
                                    <td style="width: 120px; height: 20px;" align="left">
                                        <span style="color: #cc3399">》</span><a href="exit.aspx">退出</a></td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </asp:Panel>
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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