Skip to content

Instantly share code, notes, and snippets.

View ryan-w's full-sized avatar

Ryan Williams ryan-w

View GitHub Profile
@ryan-w
ryan-w / CategoryFilter.ascx
Last active December 23, 2015 09:49
Kentico Category Filter
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CategoryFilter.ascx.cs" Inherits="CMSGlobalFiles_CategoryFilter" %>
<asp:CheckBoxList ID="Categories" runat="server" />
<asp:Button ID="btnFilter" Text="Filter" OnClick="btnFilter_Click" runat="server" />