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/TDijk1/erp-apps.eu/wwwroot/CMSAdminControls/UI/PageElements/AnchorDropup.ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSAdminControls_UI_PageElements_AnchorDropup"  CodeFile="AnchorDropup.ascx.cs"%>

<asp:Panel ID="pnlWrapper" runat="server">        
    <div class="btn-group context-menu dropup anchor-dropup pull-right <%= IsOpened ? "open" : "" %><%= CssClass %>">        
        <button type="button" class="btn btn-default dropdown-toggle icon-only" data-toggle="dropdown">
            <i aria-hidden="true" class="icon-compass"></i><span class="sr-only"><%= GetString("anchordropup.buttontooltip")  %></span>
        </button>        
        <asp:Repeater ID="repNavigationItems" runat="server">
            <HeaderTemplate>
                <ul class="dropdown-menu">
            </HeaderTemplate>     
            <ItemTemplate> 
                <li><a href="#<%# Eval("Value") %>">
                    <%# HTMLHelper.HtmlToPlainText(Eval("Key").ToString()) %>
                </a></li>
            </ItemTemplate>
            <FooterTemplate>
                </ul>
            </FooterTemplate>
        </asp:Repeater>                
    </div>   
</asp:Panel>