<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SwitchRoles.aspx.cs" Inherits="SwitchRoles" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Switch Current User Role</title> <link rel="shortcut icon" href="favicon.ico"> </head> <body> <form id="form1" runat="server"> <div> <asp:DropDownList ID="rolesDropDown" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 100; left: 60px; position: absolute; top: 54px" Width="262px"> </asp:DropDownList> <asp:Button ID="switchButton" runat="server" OnClick="switchButton_Click" Style="z-index: 102; left: 369px; position: absolute; top: 50px" Text="Switch" /> </div> </form> </body> </html>