Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I want to show a grid view on my ASP.NET page, In that data, many rows data is repeated, for that i need to merge those cells.

The Repeating cells is in same column.
As below,
Application          User          Action
------------------------------------------
iTunes               ABC           Used
iTunes               DEF           Not Used
MS Word              GHI           Used
MS Word              123           Used
MS Word              A212          Not Used


in this i need to merge the iTunes as one cell and MS Word as one cell

Please help me for completing this
Posted
Updated 2-Apr-12 22:26pm
v2

 
Share this answer
 
Comments
Suraj S Koneri 3-Apr-12 4:59am    
Thanks for the Valuable information, Before Populating the grid view can we sort the data column by column, can u suggest me to do it?
swapnilKumbhar 3-Apr-12 7:19am    
http://msdn.microsoft.com/en-us/library/0868ft3z.aspx
check this out.
I found some documentation reagading this problem, And i solved my self^[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900