
Hi,
I want to display data in format as given in image.
I am using GridView to display data.
FirstName,LastName etc. columns are binding to Grid.
But I have to add row above Header with two columns “Who has changed “Job Role”” and WorkGroup.
How can i do it.
I got help from following question in stack overflow
ASP.NET GridView second header row to span main header row