<%@ Page Language="vb" AutoEventWireup="false" Codebehind="DocumentExampleVB.aspx.vb" Inherits="DocumentExampleVB"%>
<form id="Form1" method="post" runat="server">
	<P>
		<asp:Label id="ErrorLabel" runat="server" ForeColor="Red"></asp:Label></P>
	<P>
		<asp:Label id="EnterProjectIDLabel" runat="server">Enter Project ID:</asp:Label>
		<asp:TextBox id="ProjectIDBox" runat="server" Width="32px"></asp:TextBox>
		<asp:Button id="ProjectSelectButton" runat="server" Text="Go" ptrender="true"></asp:Button>
		<asp:Label id="OrLabel" runat="server">Or</asp:Label>
		<asp:LinkButton id="SampleProjectLink" runat="server">Use Sample Project</asp:LinkButton></P>
	<P>
		<asp:Literal id="TreeView" runat="server"></asp:Literal></P>
</form>
