<%@ Page language="c#" Codebehind="TaskListSampleCS.aspx.cs" AutoEventWireup="false" Inherits="TaskListSampleCS" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>TaskListSampleCS</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<P><asp:dropdownlist id="OptionDropDownList" runat="server"></asp:dropdownlist><asp:button id="go" runat="server" CausesValidation="False" Text="go" ptrender="true"></asp:button></P>
			<P><asp:panel id="CreateTaskListPanel" runat="server" Enabled="False" Width="524px" Height="185px"
					Visible="False"></P>
			<P><FONT color="#000000"></FONT>&nbsp;</P>
			<P><FONT color="#000000">Task List Name</FONT>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				<asp:TextBox id="TaskListName" runat="server"></asp:TextBox></P>
			<P><FONT color="#000000">Task List Description</FONT>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				<asp:TextBox id="TaskListDescription" runat="server"></asp:TextBox></P>
			<P>
				<asp:Button id="CreateTaskListSubmit" runat="server" Text="submit" ptrender="true"></asp:Button></P>
			<P></asp:panel></P>
			<asp:Panel id="RemoveTaskListPanel" runat="server" Visible="False" Enabled="False" Width="523px"
				Height="61px">Task List ID to Remove :&nbsp;&nbsp;&nbsp; 
<asp:TextBox id="RemoveTaskListID" runat="server" Width="108px"></asp:TextBox>&nbsp; 
<asp:Button id="RemoveSubmitButton" runat="server" ptrender="true" Text="submit"></asp:Button></asp:Panel>
			<asp:Panel id="SearchTaskListsPanel" runat="server" Visible="False" Height="58px" Width="522px"
				Enabled="False">Enter&nbsp;Project ID:&nbsp; 
<asp:TextBox id="SearchTaskListsProjectID" runat="server" Width="118px" Wrap="False"></asp:TextBox>&nbsp; 
<asp:Button id="SearchTaskListsInOtherProjectButton" runat="server" ptrender="true" Text="go"></asp:Button>&nbsp; 
or 
<asp:LinkButton id="SearchSampleProjectLink" runat="server">Search in Sample Project </asp:LinkButton></asp:Panel>
			<asp:Panel id="CreateTopLevelTaskPanel" runat="server" Visible="False" Height="160px" Width="521px"
				Enabled="False">
				<P>Task List ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<asp:TextBox id="ContainingTaskListID" runat="server"></asp:TextBox></P>
				<P>Task Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<asp:TextBox id="TaskName" runat="server"></asp:TextBox></P>
				<P>Task Description:&nbsp;&nbsp;
					<asp:TextBox id="TaskDescription" runat="server"></asp:TextBox></P>
				<P>
					<asp:Button id="CreateTopLevelTaskButton" runat="server" ptrender="true" Text="submit"></asp:Button></P>
			</asp:Panel>
			<asp:Panel id="RemoveTaskPanel" runat="server" Visible="False" Height="54px" Width="520px"
				Enabled="False">Task ID to Remove:&nbsp;&nbsp; 
<asp:TextBox id="RemoveTaskID" runat="server" Width="128px"></asp:TextBox>&nbsp;&nbsp; 
<asp:Button id="RemoveTaskButton" runat="server" ptrender="true" Text="submit"></asp:Button></asp:Panel>
			<asp:Panel id="SearchTasksPanel" runat="server" Visible="False" Height="50px" Width="518px"
				Enabled="False">Enter Task List ID:&nbsp; 
<asp:TextBox id="SearchTasksTaskListID" runat="server"></asp:TextBox>&nbsp; 
<asp:Button id="SearchTasksButton" runat="server" ptrender="true" Text="submit"></asp:Button></asp:Panel>
			<asp:Panel id="CreateSubTaskPanel" runat="server" Visible="False" Height="68px" Width="515px"
				Enabled="False">
				<P>Parent Task 
					ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<asp:TextBox id="SubTaskParentTaskID" runat="server"></asp:TextBox></P>
				<P>Sub-task Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					<asp:TextBox id="SubTaskName" runat="server"></asp:TextBox></P>
				<P>Sub-task Description:&nbsp;&nbsp;&nbsp;
					<asp:TextBox id="SubTaskDescription" runat="server"></asp:TextBox></P>
				<P>
					<asp:Button id="CreateSubTaskButton" runat="server" ptrender="true" Text="submit"></asp:Button></P>
			</asp:Panel></form>
	</body>
</HTML>
