Click here to Skip to main content
15,921,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to get the following format in gridview. How can I do this? All are cells.


Company	A	B
	C	D
	E	F
Place	123	234
	345	456
	567	567


Thanks
Sreenath
Posted
Updated 1-Feb-11 1:16am
v2
Comments
Sreenath Gv 1-Feb-11 7:16am    
For correct required format plzz look into.. http://www.eggheadcafe.com/community/aspnet/17/10253430/nested-rows-in-aspnet-gridview-cell.aspx

You will need to use nested GridView or list view(i.e GridView/ListView inside a GridView) to make this work.
 
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