Skip to content

Instantly share code, notes, and snippets.

@KurtWM
KurtWM / dabblet.css
Created November 16, 2012 15:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@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>