Skip to content

Instantly share code, notes, and snippets.

@PraveenMathew92
Created May 24, 2024 19:11
Show Gist options
  • Save PraveenMathew92/a47db9e6a4e923fe013764dff5944f99 to your computer and use it in GitHub Desktop.
Save PraveenMathew92/a47db9e6a4e923fe013764dff5944f99 to your computer and use it in GitHub Desktop.
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CategoryCacheTest.ascx.cs" Inherits="RockWeb.Blocks.Core.CategoryCacheTest" %>
<asp:UpdatePanel ID="upPanel" runat="server">
<ContentTemplate>
<asp:Label runat="server" Text="Defined Value:"/>
<br />
<asp:Label ID="lbDefinedValue" runat="server" />
<br /><br /><br />
<asp:Label runat="server" Text="Defined Value Category Name:"/>
<br />
<asp:Label ID="lbCache" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment