SecurityUserForm.aspx
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:1k
- <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
- CodeFile="SecurityUserForm.aspx.cs" Inherits="SecurityPage" Title="Security" %>
- <asp:Content ID="Content2" ContentPlaceHolderID="Body" runat="Server">
- <asp:Panel runat="server" ID="FormSelectPanel" BackColor="ButtonFace" BorderWidth="3"
- BorderColor="ButtonFace">
- Working Form:
- <asp:DropDownList ID="FormListBox" AutoPostBack="true" OnSelectedIndexChanged="FormListBox_SelectedIndexChanged"
- runat="server" />
- </asp:Panel>
- <asp:PlaceHolder ID="FormPlaceHolder" runat="server"></asp:PlaceHolder>
- <asp:Panel runat="server" ID="ErrorMessagePanel">
- <asp:Label ID="ErrorMessageLabel" runat="server" ForeColor="Red"></asp:Label>
- </asp:Panel>
- <br />
- </asp:Content>