Skip to content

Instantly share code, notes, and snippets.

@nicklockwood
nicklockwood / ARCHelper.h
Last active November 20, 2018 10:02
ARC Helper
//
// ARC Helper
//
// Version 2.2
//
// Created by Nick Lockwood on 05/01/2012.
// Copyright 2012 Charcoal Design
//
// Distributed under the permissive zlib license
// Get the latest version from here:
@rmack005
rmack005 / ModernButton.cs
Created April 27, 2011 16:35 — forked from alassek/ModernButton.cs
ASP.Net Button control that renders with Button tag instead of input
using System;
using System.ComponentModel;
using System.Web;
using System.Web.UI;
using System.Linq;
namespace Public.Html.Controls
{
public enum ButtonType
{