Skip to content

Instantly share code, notes, and snippets.

@KurtWM
KurtWM / dabblet.css
Created June 12, 2013 14:03 — forked from chriscoyier/dabblet.css
Untitled
body {
font-family: sans-serif;
}
ul {
list-style: none
}
li {
background: slategrey;
@KurtWM
KurtWM / PromotionsViaXSLT.ascx
Created August 21, 2012 15:46 — forked from bzerangue/PromotionsViaXSLT.ascx
Displays Promotions via the configured XSLT
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="PromotionsViaXSLT.ascx.cs" Inherits="ArenaWeb.UserControls.Custom.Cccev.Web2.PromotionsViaXSLT" %>
<%@ Register TagPrefix="Arena" Namespace="Arena.Portal.UI" Assembly="Arena.Portal.UI" %>
<asp:ScriptManagerProxy ID="smpScripts" runat="server" />
<Arena:XmlTransform id="xmlTransform" runat="server"></Arena:XmlTransform>