📄 deleteuser.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="DeleteUser.ascx.cs" Inherits="BugNET.Administration.Users.UserControls.DeleteUser" %>
<asp:Label ID="lblError" runat="server" ForeColor="Red" />
<div>
<p class="desc" align="left">It is higly recommended that you unauthorize the users account instead of deleting to maintain
the integrity of the BugNET database.
</p>
<p class="desc" align="left">
Unauthorizing the account will keep the user information intact but will not allow the user to log into the application. You can re-authorize the account
at anytime if necessary from the user details page.
</p>
<p align="center" style="margin-top:10px;">
<asp:ImageButton runat="server" id="Image4" OnClick="cmdUnauthorizeAccount_Click" CssClass="icon" ImageUrl="~/Images/key_delete.gif" />
<asp:LinkButton ID="cmdUnauthorizeAccount" OnClick="cmdUnauthorizeAccount_Click" runat="server" Text="Unauthorize this Account" />
<asp:ImageButton runat="server" id="Image6" OnClientClick="return confirm('Are you sure?')" OnClick="cmdDeleteUser_Click" CssClass="icon" ImageUrl="~/Images/user_delete.gif" />
<asp:LinkButton ID="cmdDeleteUser" OnClientClick="return confirm('Are you sure?')" OnClick="cmdDeleteUser_Click" runat="server" Text="Delete this User" />
</p>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -