File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/CMSWebParts/ERP/TestForm.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TestForm.ascx.cs" Inherits="CMSWebParts_ERP_TestForm" %>
<asp:Label runat="server" ID="lblInfo" />
<asp:Label runat="server" ID="lblPepa" />
<br />
<cms:BasicForm runat="server" ID="form" />
<asp:Button runat="server" ID="btnSubmit" Text="Submit" OnClick="btnSubmit_Click" />
<asp:Panel runat="server" ID="pnlTables" Visible="false" CssClass="EditingFormCategoryTable">
<div class="EditingFormCategoryRow">
<asp:Label runat="server" ID="lblClassTable" Text="Class table:" />
</div>
<br />
<cms:QueryDataGrid runat="server" ID="repClass" DataBindByDefault="false"/>
</asp:Panel>
<asp:Panel runat="server" ID="pnlDataRow" Visible="false" CssClass="EditingFormCategoryTable">
<div class="EditingFormCategoryRow">
<asp:Label runat="server" ID="lblDataRow" Text="DataRow:"/>
</div>
<br />
<cms:QueryDataGrid runat="server" ID="repDataRow" DataBindByDefault="false"/>
</asp:Panel>