实现效果:

Id Full Name Depart
1 fname1 lname1 Sales
2 fname2 lname2
3 fname3 lname3
4 fname4 lname4
5 fname5 lname5
6 fname6 lname6 IT
7 fname7 lname7
8 fname8 lname8
9 fname9 lname9
10 fname10 lname10

代码:

GridView-合并header与datarow单元格using System;
GridView-合并header与datarow单元格
using System.Data;
GridView-合并header与datarow单元格
using System.Web;
GridView-合并header与datarow单元格
using System.Web.UI;
GridView-合并header与datarow单元格
using System.Web.UI.WebControls;
GridView-合并header与datarow单元格
using System.Collections.Generic;
GridView-合并header与datarow单元格
GridView-合并header与datarow单元格
public partial class _Default : System.Web.UI.Page 

下载:文件

相关文章:

  • 2022-02-07
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-13
  • 2022-01-10
  • 2021-05-21
  • 2021-11-11
  • 2022-01-15
相关资源
相似解决方案