<%@ Page language="c#" AutoEventWireup="false" Inherits="fp.CreateIssueWebForm" %>
<html>
<body>
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td>Workspace ID:</td>
<td><asp:TextBox id="ProjID" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td>Title:</td>
<td><asp:TextBox id="Title" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td>Description:</td>
<td><asp:TextBox id="Desc" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td><asp:Button id="Create" runat="server" Text="Create"></asp:Button></td>
</tr>
</table>
<h2><asp:Label id="Msg" runat="server"></asp:Label></h2>
</form>
</body>
</html>