Extend gridview's functionality by extension methodusing System;using System.Collections.Generic;using System.Linq;using System.Web.UI.WebControls;using HCA.RAC.Business;namespace HCA.RAC.Web{ public static class GridViewExtensions { public static void HighlightAccount(this GridView gridView, Ac Read More
posted @ 2009-09-03 02:56 Jian, Li Views(151) Comments(0) Diggs(0)