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/PHerau/ha.health-science.be/wwwroot/DesktopModules/NB_Store/ProductList.ascx
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="ProductList.ascx.vb" Inherits="NEvoWeb.Modules.NB_Store.ProductList" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.UI.WebControls" Assembly="DotNetNuke" %>
<%@ Register TagPrefix="nbs" TagName="CatMenu" Src="CategoryMenu.ascx"%>
<asp:PlaceHolder ID="phProductModuleHeader" runat="server"></asp:PlaceHolder>
<asp:Panel ID="pnlProductList" runat="server">
<asp:PlaceHolder ID="phProductListHeader" runat="server"></asp:PlaceHolder>
    <div class="CategoryMessage">
    <asp:PlaceHolder ID="plhCatMsg" runat="server"></asp:PlaceHolder>
    </div>
    <div class="NBrightWrapperProdCatMenu">
    <nbs:CatMenu id="CategoryMenu" runat="server"></nbs:CatMenu>	
    </div>
    <asp:DataList ID="dlProductList" runat="server">
        <ItemTemplate>
        </ItemTemplate>
    </asp:DataList>
<asp:Label ID="lblLineBreak" runat="server" Text="<br/>"></asp:Label>
<dnn:pagingcontrol id=ctlPagingControl runat="server"></dnn:pagingcontrol>
</asp:Panel>
<asp:Panel ID="pnlSPO" runat="server">
<asp:PlaceHolder ID="phProductDetailHeader" runat="server"></asp:PlaceHolder>
    <asp:DataList ID="dlProductDetail" runat="server">
        <ItemTemplate>
        </ItemTemplate>
        <SeparatorTemplate>
        <div></div>
         </SeparatorTemplate>
    </asp:DataList>
    <asp:Label ID="lblMsg" runat="server" Font-Bold="True" ForeColor="Red"></asp:Label>
</asp:Panel>