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/wwwroot/CMSModules/Groups/CMSPages/JoinTheGroup.aspx
<%@ Page Language="C#" AutoEventWireup="true" Inherits="CMSModules_Groups_CMSPages_JoinTheGroup"
    MasterPageFile="~/CMSMasterPages/LiveSite/Dialogs/ModalDialogPage.master" Theme="Default"
    CodeFile="JoinTheGroup.aspx.cs" %>

<%@ Register Src="~/CMSModules/Groups/Controls/GroupJoin.ascx" TagName="GroupJoin"
    TagPrefix="uc1" %>
<asp:Content ID="cntContent" runat="server" ContentPlaceHolderID="plcContent">
    <div class="PageContent">
        <div class="CommunityJoinTheGroup">
            <uc1:GroupJoin ID="groupJoinElem" runat="server" DisplayButtons="false" />
        </div>
    </div>
</asp:Content>
<asp:Content ID="cntFooter" runat="server" ContentPlaceHolderID="plcFooter">
    <div class="FloatRight">
        <cms:CMSButton runat="server" ButtonStyle="Primary" ID="btnJoin" EnableViewState="false" /><cms:CMSButton
            ButtonStyle="Primary" ID="btnCancel" OnClientClick="Close();" runat="server" EnableViewState="false" />
    </div>
</asp:Content>