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/Content/FormControls/Documents/SelectPath.ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSModules_Content_FormControls_Documents_SelectPath"
    CodeFile="SelectPath.ascx.cs" %>
<cms:CMSUpdatePanel ID="pnlUpdate" runat="server" UpdateMode="Conditional" RenderMode="Inline">
    <ContentTemplate>
        <div class="control-group-inline">
            <cms:CMSTextBox ID="txtPath" runat="server" MaxLength="200" CssClass="form-control" />
            <cms:CMSButton ID="btnSelectPath" runat="server" EnableViewState="false" RenderScript="True" />
            <cms:CMSButton ID="btnSetPermissions" runat="server" EnableViewState="false" RenderScript="True" ButtonStyle="Default" />
            <cms:CMSTextBox ID="txtNodeId" runat="server" AutoPostBack="true" CssClass="Hidden" />
            <cms:LocalizedLabel ID="lblNodeId" runat="server" EnableViewState="false" Display="false" ResourceString="generalproperties.nodeid"
                AssociatedControlID="txtNodeId" />
        </div>
    </ContentTemplate>
</cms:CMSUpdatePanel>