<%@ Page Language="vb" AutoEventWireup="false" Codebehind="SecurityExampleVB.aspx.vb" Inherits="EDKSamplesVB.SecurityExampleVB"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>SecurityExampleVB</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
		<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">
			<asp:DropDownList id="SecurityOptionsDropDownList" runat="server"></asp:DropDownList>
			<asp:Button id="DropDownButton" runat="server" Text="go" ptrender="true"></asp:Button>
			<asp:Panel id="AddMemberPanel" runat="server" Height="126px" Width="495px" Visible="False"
				Enabled="False">
				<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>
			</asp:Panel>
			<asp:Panel id="RemoveMemberPanel" runat="server" Height="131px" Width="496px" Visible="False"
				Enabled="False">
				<P>&nbsp;</P>
				<P>
					<asp:DropDownList id="RemoveMemberDropDownList" runat="server"></asp:DropDownList></P>
				<P>Member ID to Remove:
					<asp:TextBox id="RemoveMemberIDInput" runat="server"></asp:TextBox>&nbsp;
					<asp:Button id="RemoveMemberButton" runat="server" Text="submit" ptrender="true"></asp:Button></P>
			</asp:Panel>
			<asp:Panel id="RetrieveMembersPanel" runat="server" Height="77px" Width="496px" Visible="False"
				Enabled="False">
<asp:DropDownList id="RetrieveMembersDropDownList" runat="server"></asp:DropDownList>&nbsp;
<asp:Button id="RetrieveMembersButton" runat="server" Text="go" ptrender="true"></asp:Button></asp:Panel>
			<asp:Panel id="SetSecurityPanel" runat="server" Height="144px" Width="497px" Visible="False"
				Enabled="False">
				<P>Role Type:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<asp:DropDownList id="SetSecurityRoleTypeDropDownList" runat="server"></asp:DropDownList></P>
				<P>Functional Area:&nbsp;
					<asp:DropDownList id="FunctionalAreaDropDownList" runat="server"></asp:DropDownList></P>
				<P>Access Level:&nbsp;&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>
			</asp:Panel>
		</form>
	</body>
</HTML>
