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/RMourik/bassol.nl/CMS/CMSModules/Ecommerce/Pages/Tools/Products/Product_New.aspx
<%@ Page Language="C#" AutoEventWireup="true" Inherits="CMSModules_Ecommerce_Pages_Tools_Products_Product_New"
    MasterPageFile="~/CMSMasterPages/UI/SimplePage.master" Theme="Default" Title="Product properties"
    CodeFile="Product_New.aspx.cs" %>

<%@ Register TagPrefix="cms" TagName="DocTypeSelection" Src="~/CMSModules/Content/Controls/DocTypeSelection.ascx" %>
<%@ Register TagPrefix="cms" TagName="ProductEdit" Src="~/CMSModules/Ecommerce/Controls/UI/ProductEdit.ascx" %>
<asp:Content ContentPlaceHolderID="plcContent" ID="content" runat="server">
    <%-- Document type selection --%>
    <asp:PlaceHolder ID="plcDocTypeSelection" runat="server" Visible="false">
        <cms:DocTypeSelection ID="docTypeElem" runat="server" IsLiveSite="false" />
    </asp:PlaceHolder>
    <%-- Product edit --%>
    <asp:PlaceHolder ID="plcProductEdit" runat="server" Visible="false">
        <cms:ProductEdit ID="productEditElem" runat="server" FormMode="Insert" IsLiveSite="false" />
    </asp:PlaceHolder>
</asp:Content>