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

📄 deleteaccount.aspx

📁 Website for Training and Palcement Officer
💻 ASPX
字号:
<%@ Page Language="VB" MasterPageFile="~/tpo/TpoMaster.master" AutoEventWireup="false" CodeFile="DeleteAccount.aspx.vb" Inherits="tpo_Default" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong><span
        style="color: #9900ff"></span></strong><br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    &nbsp; &nbsp;<br />
    <br />
    &nbsp; <strong><span style="color: #9900ff">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; Select Account type to delete account.<br />
    </span></strong>
    <br />
    <asp:ImageButton ID="bnDelete" runat="server" style="left: 151px; position: relative; top: 168px" ImageUrl="~/image/tpo/Delete.gif" />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    <asp:DropDownList ID="drlType" runat="server" AutoPostBack="True" EnableViewState="False">
        <asp:ListItem Value="0">----Select-----</asp:ListItem>
        <asp:ListItem>Sutudent</asp:ListItem>
        <asp:ListItem>Co-ordinator</asp:ListItem>
        <asp:ListItem>HR</asp:ListItem>
    </asp:DropDownList><br />
    <br />
    <br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
    <asp:ListBox ID="lbxName" runat="server" style="width: 50%; background-color: #ffff33"></asp:ListBox><br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
    &nbsp; &nbsp; &nbsp;
    <br />
    <br />
    <br />
    <asp:Label ID="lbHidden" runat="server"></asp:Label><br />
    <br />
    <br />
    <asp:Label ID="lbError" runat="server" style="left: 269px; position: relative; top: -30px" ForeColor="Red"></asp:Label><br />
    <br />
</asp:Content>

⌨️ 快捷键说明

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