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/ERPApps/ERPWebParts/Documents/NewsForm.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NewsForm.ascx.cs" Inherits="ERPApps_ERPWebParts_Documents_NewsForm" %>
<asp:Panel ID="panelForm" runat="server" DefaultButton="btnSave">
    <asp:Literal ID="lblInfo" Visible="false" runat="server" Text="" />
    <cms:CMSForm runat="server" ID="formElem" Visible="false" ShowOkButton="false" />

    <div class="submit">
        <span class="btn-orange"><span><asp:Button ID="btnSave" runat="server" text="Save news" onclick="btnSave_Click"/></span></span>
    </div>
</asp:Panel>