<%@ Page Language="C#" AutoEventWireup="true" CodeFile="StringTest.aspx.cs" Inherits="StringTest" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="boardPortfolioLabel" runat="server" Style="z-index: 100; left: 1px; position: absolute;
top: 25px" Text="Board/Portfolio:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="boardPortfolioDropDown" runat="server" Style="z-index: 101; left: 94px;
position: absolute; top: 25px" Width="187px" Font-Names="Arial" Font-Size="10pt" >
</asp:DropDownList>
<asp:TextBox ID="userNameTextBox" runat="server" Style="z-index: 102; left: 308px;
position: absolute; top: 25px"></asp:TextBox>
<asp:Button ID="goButton" runat="server" OnClick="goButton_Click" Style="z-index: 104;
left: 479px; position: absolute; top: 23px" Text="GO" />
</div>
</form>
</body>
</html>