Skip to content

Instantly share code, notes, and snippets.

View rmack005's full-sized avatar

Ryan Mack rmack005

View GitHub Profile
@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
{