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

📄 login.ascx

📁 会议室管理系统,本系统是我大学毕业时候的毕业设计,一次通过的!
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="login.ascx.cs" Inherits="Control_login" %>
<table border="0" style="width: 479px; height: 5px;">
    <tr>
        <td style="width: 91px">
            <div align="right">
                用户名:</div>
        </td>
        <td style="width: 290px">
            <div align="left">
                <asp:TextBox ID="txtusername" runat="server" Width="150px"></asp:TextBox><asp:RequiredFieldValidator
                    ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtusername" Display="Dynamic"
                    ErrorMessage='"用户名"必填'></asp:RequiredFieldValidator>&nbsp;</div>
        </td>
    </tr>
    <tr>
        <td style="width: 91px; height: 28px">
            <div align="right">
                密&nbsp; 码:</div>
        </td>
        <td style="width: 290px; height: 28px">
            <div align="left">
                <asp:TextBox ID="txtpwd" runat="server" TextMode="Password" Width="150px"></asp:TextBox><asp:RequiredFieldValidator
                    ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtpwd" Display="Dynamic"
                    ErrorMessage="密码不能为空"></asp:RequiredFieldValidator>&nbsp;</div>
        </td>
    </tr>
    <tr>
        <td align="right" style="height: 22px; width: 91px;">
            身&nbsp; 份:</td>
        <td align="left" style="height: 22px; width: 290px;">
            <asp:DropDownList ID="ddlrole" runat="server">
                <asp:ListItem>普通用户</asp:ListItem>
                <asp:ListItem>管理员</asp:ListItem>
            </asp:DropDownList></td>
    </tr>
    <tr>
        <td align="center" colspan="2">
            <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" />
            &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
            <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="取消" />
            &nbsp; &nbsp; &nbsp;&nbsp;
        </td>
    </tr>
    <tr>
        <td align="center" colspan="2" style="height: 21px">
            <asp:Label ID="Labmessage" runat="server" Style="font-weight: bold; color: red"></asp:Label></td>
    </tr>
</table>

⌨️ 快捷键说明

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