public static void CssAddClass(this Control control, string className)
{
if (control == null)
...
C# ASP.NET CSS classes
Have at it.
public static void CssAddClass(this Control control, string className)
{
if (control == null)
...
Have at it.
What's so horrible about th...