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/MBoogaard/oosting-horseriding.com/CMS/CMSModules/Polls/Tools/Polls_View.aspx
<%@ Page Language="C#" AutoEventWireup="true"
    Inherits="CMSModules_Polls_Tools_Polls_View"
    MasterPageFile="~/CMSMasterPages/UI/SimplePage.master" Title="Polls - View poll" 
    Theme="Default"  CodeFile="Polls_View.aspx.cs" %>

<%@ Register Src="~/CMSModules/Polls/Controls/View/PollView.ascx" TagName="PollView" TagPrefix="cms" %>

<asp:Content ID="cntBody" runat="server" ContentPlaceHolderID="plcContent">
    <div style="width: 400px;">
        <cms:PollView ID="pollElem" runat="server" />
    </div>
</asp:Content>