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

📄 logoncontrol.ascx

📁 这是我做的第一个网络购书中心asp.net网站!
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="logonControl.ascx.cs" Inherits="UserControl_logonControl" %>
<table style="width:210px; border-right: #868749 thin solid; border-top: #868749 thin solid; border-left: #868749 thin solid; border-bottom: #868749 thin solid; height:115px; background-repeat: no-repeat;" id="tbRregister" runat="server" cellpadding="0" cellspacing="0" visible="true">
    <tr>
        <td style="width: 90px; height: 25px;">
            <asp:Label ID="Label3" runat="server" Text="姓名" Font-Size="X-Small"></asp:Label></td>
        <td colspan="2" style="height: 25px">
            <asp:TextBox ID="txtUserID" runat="server" Width="135px"></asp:TextBox>
            </td>
    </tr>
    <tr>
        <td style="width: 90px; height: 25px;">
            <asp:Label ID="Label2" runat="server" Text="密码" Font-Size="X-Small"></asp:Label></td>
        <td colspan="2" style="height: 25px">
            <asp:TextBox ID="txtBoxPaw" runat="server" Width="135px" ></asp:TextBox>
            </td>
    </tr>
    <tr>
        <td style="width: 90px; height: 25px;">
            <asp:Label ID="Label1" runat="server" Font-Size="X-Small" Text="验证码" Width="51px"></asp:Label></td>
        <td style="width: 100px; height: 25px;">
            <asp:TextBox ID="txtVaild" runat="server" Width="100px"></asp:TextBox></td>
        <td style="width: 30px; height: 25px;">
            <asp:Label ID="labVaild" runat="server" Text="Vaild" Height="22px" BackColor="#868749" Font-Size="Small" ForeColor="White" Font-Bold="True" Width="35px"></asp:Label></td>
    </tr>
    <tr>
        <td style="width: 90px; height: 25px;">
            <asp:Label ID="labTip" runat="server" Font-Size="XX-Small" ForeColor="Red" Text="验证码错误"
                Visible="False"></asp:Label></td>
        <td colspan="2" style="height: 25px">
            &nbsp;
            <asp:Button ID="btnLogin" runat="server" Text="登录" Width="45px" OnClick="btnLogin_Click" CausesValidation="False" />
            <asp:Button ID="btnRes" runat="server" Text="注册" OnClick="btnRes_Click" Width="45px" CausesValidation="False" /></td>
    </tr>
</table>
<table id="tbLoading" style="width: 210px; border-right: #868749 thin solid; border-top: #868749 thin solid; border-left: #868749 thin solid; border-bottom: #868749 thin solid; height: 115px;" visible="false" runat="server" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td align="center" style="width: 204px; height: 110px;">
            &nbsp;<table border="0">
                <tr>
                    <td align="center" colspan="2" style="height: 21px">
            <asp:Label ID="Label4" runat="server" Text="欢迎会员光临"></asp:Label></td>
                </tr>
                <tr>
                    <td align="center" style="width: 100px; height: 21px">
                        <asp:LinkButton ID="lnkUpdate" runat="server" PostBackUrl="~/User/UpdateMember.aspx">修改会员信息</asp:LinkButton></td>
                    <td align="center" style="width: 100px; height: 21px">
                        <asp:LinkButton ID="lnkMoney" runat="server" PostBackUrl="~/User/MemberMoney.aspx" >会员充值</asp:LinkButton></td>
                </tr>
                <tr>
                    <td align="center"  style="height: 21px">
                        <asp:LinkButton ID="lnbExit" runat="server" OnClick="lnbExit_Click">注  销</asp:LinkButton></td>
                        <td style="height: 21px" align=center>
                            <asp:LinkButton ID="linkBottonReport" runat="server" OnClick="linkBottonReport_Click">查看收据</asp:LinkButton></td>
                </tr>
            </table>
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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