Introduction There are a lot of methods in the Internet solving the problem of how to merge GridView rows if neighboring cells show equal values. My approach is not the first; however, I think, it is rather universal and very short - less than 20 lin
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Web.UI.WebControls; /// <summary> ///GridViewMergeCell 合并GridView liyang 20090916 /// </summary> public class GridViewMergeCel