Click here to Skip to main content
15,884,925 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a gridview control, i have four rows in from DataTable , so i binded to gridview.


I need to show First row and second row side by side and third row and fouth row side by side.

Overall i need to get two rows
Posted
Updated 6-Jan-11 0:52am
v3

This isn't actually possible with gridview untill you make some customization in it.

Follow THIS[^] thread, it might be helpful towards.
 
Share this answer
 
I think you need to use cursor while retrieving data from database. Cursors are used for row by row processing of the data :)
 
Share this answer
 
Comments
Sandesh M Patil 6-Jan-11 6:57am    
I actually implement it when displaying check out auditionsindia.com. On home page we are displaying the roles,address etc

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