<table>
<tr>
<td style="width: 325px"><h2>Organization Information</h2>
<p><asp:Label runat="server" ID="OrgNameSummary">Organization Name: </asp:Label> <asp:Label runat="server" ID="OrgnameEntry"> <%=OrgName.Text%></asp:Label></p>
<p><asp:Label runat="server" ID="OrgNickNameSummary">Organization NickName: </asp:Label> <asp:Label runat="server" ID="OrgNickNameEntry"><%=OrgNickName.Text%> </asp:Label></p>
<p><asp:Label runat="server" ID="OrgDescSummary">Organization Description: </asp:Label> <asp:Label runat="server" ID="OrgDescEntry"> <%=OrgDescDDL.Text%></asp:Label></p>
<p><asp:Label runat="server" ID="OrgMemSizeSummary">Organization Member Size: </asp:Label> <asp:Label runat="server" ID="OrgMemberSizeEntry"><%=OrgMemberSizeDDL.Text%> </asp:Label></p>
<p><asp:Label runat="server" ID="OrgPrimaryZipSummary">Organization Primary Zip: </asp:Label> <asp:Label runat="server" ID="OrgPrimaryZipEntry"> <%=OrgZipCode.Text%></asp:Label> </p>
</td>
<td style="width: 325px;"><h2>Account Information</h2>
<p><asp:Label runat="server" ID="UserNameSummary">UserName: </asp:Label> <asp:Label runat="server" ID="UserNameEntry"/> </p>
<p><asp:Label runat="server" ID="PasswordSummary">Password: </asp:Label> <asp:Label runat="server" ID="PasswordEntry"/></p>
<p><asp:Label runat="server" ID="SecurityQuestionSummary">Security Question: </asp:Label> <asp:Label runat="server" ID="SecurityQuestionEntry"/> </p>
<p><asp:Label runat="server" ID="SecurityAnswerSummary">Security Answer: </asp:Label> <asp:Label runat="server" ID="SecurityAnswerEntry"/> </p>
</td>
</tr>
<tr>
<td><h2>Organization Contact Information</h2>
<p><asp:Label runat="server" ID="OrgContactNameSummary">Organization Contact Name: </asp:Label> <asp:Label runat="server" ID="OrgContactNameEntry"><%=OrgContactName.Text%> </asp:Label> </p>
<p><asp:Label runat="server" ID="OrgContactPhoneSummary">Organization Contact Phone: </asp:Label> <asp:Label runat="server" ID="OrgContactPhoneEntry"> <%=OrgContactPhone.Text%> </asp:Label> </p>
<p><asp:Label runat="server" ID="OrgContactEmailSummary">Organization Contact Email: </asp:Label> <asp:Label runat="server" ID="OrgContactEmailEntry"> <%=OrgContactEmail.Text%> </asp:Label></p>
</td>
<td><h2>Organization Contact Role </h2>
<p><asp:Label runat="server" ID="OrgContactUserRole" Text="Site Admin"/></p>
</td>
</tr>
</table>
|