<%@ Page language="c#" Codebehind="SecurityExampleCS.aspx.cs" AutoEventWireup="false" Inherits="SecurityExampleCS" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>SecurityExampleCS</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<P>
				<asp:DropDownList id="SecurityOptionsDropDownList" runat="server"></asp:DropDownList>
				<asp:Button id="DropDownButton" runat="server" Text="go" ptrender="true"></asp:Button>
				<asp:Panel id="RemoveMemberPanel" runat="server" Width="468px" Height="83px" Visible="False"
					Enabled="False">
					<P>&nbsp;</P>
					<P>&nbsp;</P></P>
			<P>
				<asp:DropDownList id="RemoveMemberDropDownList" runat="server"></asp:DropDownList></P>
			<P>Member ID to Remove:&nbsp;
				<asp:TextBox id="RemoveMemberIDInput" runat="server"></asp:TextBox>&nbsp;
				<asp:Button id="RemoveMemberButton" runat="server" Text="Button" ptrender="true"></asp:Button></P>
			<P></asp:Panel>
				<asp:Panel id="AddMemberPanel" runat="server" Width="469px" Height="88px" Visible="False" Enabled="False">
			</P>
			<P>&nbsp;</P>
			<P>
				<asp:DropDownList id="AddMemberDropDownList" runat="server"></asp:DropDownList></P>
			<P>Member ID to Add:
				<asp:TextBox id="AddMemberIDInput" runat="server"></asp:TextBox>&nbsp;
				<asp:Button id="AddMemberButton" runat="server" Text="submit" ptrender="true"></asp:Button></P>
			<P></asp:Panel></P>
			<P>
				<asp:Panel id="RetrieveMembersPanel" runat="server" Width="467px" Height="49px" Visible="False"
					Enabled="False">
					<asp:DropDownList id="RetrieveMembersDropDownList" runat="server"></asp:DropDownList>
					<asp:Button id="RetrieveMembersButton" runat="server" Text="go" ptrender="true"></asp:Button>
				</asp:Panel></P>
			<P>
				<asp:Panel id="SetSecurityPanel" runat="server" Width="468px" Height="107px" Visible="False"
					Enabled="False"></P>
			<P>Role Type:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				<asp:DropDownList id="SetSecurityRoleTypeDropDownList" runat="server"></asp:DropDownList></P>
			<P>
			<P>Functional Area:
				<asp:DropDownList id="FunctionalAreaDropDownList" runat="server"></asp:DropDownList></P>
			</P>
			<P>Access Level:&nbsp;&nbsp;&nbsp;&nbsp;
				<asp:DropDownList id="AccessLevelDropDownList" runat="server"></asp:DropDownList></P>
			<P>
				<asp:Button id="SetSecurityButton" runat="server" Text="submit" ptrender="true"></asp:Button></P>
			<P></asp:Panel></P>
			<P>&nbsp;</P>
			<P>&nbsp;</P>
		</form>
	</body>
</HTML>
