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/MessageBoards/Controls/NewSubscription.ascx
<%@ Control Language="C#" AutoEventWireup="true"
    Inherits="CMSModules_MessageBoards_Controls_NewSubscription" CodeFile="NewSubscription.ascx.cs" %>

<asp:Panel ID="pnlContent" runat="server" CssClass="new-subscription-form">
                <cms:MessagesPlaceHolder ID="plcMessages" runat="server" />
    <asp:Panel runat="server" ID="pnlPadding" DefaultButton="btnOK">
                    <div class="form-horizontal">
                        <div class="form-group">
                            <div class="editing-form-label-cell">
                                <cms:LocalizedLabel CssClass="control-label" ID="lblEmail" runat="server" AssociatedControlID="txtEmail" EnableViewState="false" />
                            </div>
                            <div class="editing-form-value-cell">
                                <cms:CMSTextBox ID="txtEmail" runat="server" MaxLength="100" />
                                <cms:CMSRequiredFieldValidator ID="rfvEmailRequired" runat="server" ControlToValidate="txtEmail"
                                    Display="Dynamic" EnableViewState="false" />
                                <cms:CMSRegularExpressionValidator ID="revEmailValid" runat="server" ControlToValidate="txtEmail"
                                    Display="Dynamic" EnableViewState="false" />
                            </div>
                        </div>
                        <div class="form-group form-group-submit">
                                <cms:LocalizedButton ID="btnOk" runat="server" ButtonStyle="Primary" OnClick="btnOK_Click"
                                    EnableViewState="false" />
                        </div>
                    </div>
                </asp:Panel>
</asp:Panel>