0
kicks
Merging GridView Headers to have multiple Headers in GridView using C#
Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET
For this you need to create GridView header row in RowCreated Event
In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells