SecurityUserForm.aspx
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
  2.   CodeFile="SecurityUserForm.aspx.cs" Inherits="SecurityPage" Title="Security" %>
  3. <asp:Content ID="Content2" ContentPlaceHolderID="Body" runat="Server">
  4.   <asp:Panel runat="server" ID="FormSelectPanel" BackColor="ButtonFace" BorderWidth="3"
  5.     BorderColor="ButtonFace">
  6.     Working Form: &nbsp;
  7.     <asp:DropDownList ID="FormListBox" AutoPostBack="true" OnSelectedIndexChanged="FormListBox_SelectedIndexChanged"
  8.       runat="server" />
  9.   </asp:Panel>
  10.   <asp:PlaceHolder ID="FormPlaceHolder" runat="server"></asp:PlaceHolder>
  11.   <asp:Panel runat="server" ID="ErrorMessagePanel">
  12.     <asp:Label ID="ErrorMessageLabel" runat="server" ForeColor="Red"></asp:Label>
  13.   </asp:Panel>
  14.   <br />
  15. </asp:Content>