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/CMSModules/MessageBoards/Controls/Boards/BoardList.ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSModules_MessageBoards_Controls_Boards_BoardList"  CodeFile="BoardList.ascx.cs" %>
<%@ Register Src="~/CMSAdminControls/UI/UniGrid/UniGrid.ascx" TagName="UniGrid" TagPrefix="cms" %>
<asp:Panel class="form-horizontal form-filter" runat="server" DefaultButton="btnFilter">
    <cms:MessagesPlaceHolder ID="plcMess" runat="server" />
    <div class="form-group">
        <div class="filter-form-label-cell">
            <asp:Label CssClass="control-label" ID="lblBoardName" AssociatedControlID="txtBoardName" runat="server" EnableViewState="false" />
        </div>
        <div class="filter-form-value-cell">
            <cms:CMSTextBox ID="txtBoardName" runat="server" EnableViewState="false" />
        </div>
    </div>
    <div class="form-group form-group-buttons">
        <div class="filter-form-buttons-cell">
            <cms:CMSButton ID="btnReset" runat="server" ButtonStyle="Default" OnClick="btnReset_Click" EnableViewState="false" />
            <cms:CMSButton ID="btnFilter" runat="server" ButtonStyle="Primary" OnClick="btnFilter_Click"
                EnableViewState="false" />
        </div>
    </div>
</asp:Panel>
<cms:UniGrid ID="gridBoards" runat="server" ExportFileName="board_board" />