Click here to Skip to main content
15,906,333 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a GridView its bind data using binding. But I need to show Data side by side in GridView. There is any option or Code to chage GridView Data layout to Side by Side.

Thanks
Posted
Comments
[no name] 25-Jul-12 12:18pm    
"side by side"? What do you mean?

If i got your question you want to display your value like this:-
Name : AnyName.
Address: YourAddress.
If it is so then you better use DetailsView or Repeater Control instead of GridView.
 
Share this answer
 
Comments
divesh12 25-Jul-12 13:51pm    
Yes you are right. I used repeater already. GridView in repeater.
I cannot understand your question you want to display it side by side means how can you enumerate it.
 
Share this answer
 
Comments
divesh12 25-Jul-12 13:52pm    
side by side means like that

name A B C D
Add E F G H
Hitul Mistry 25-Jul-12 13:54pm    
You can also use listview for that. Can design custom templetes.

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