HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>