Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I am using a DetailsView in my project and it's output view is Vertical but I need it horizontal. The below link(Image) show you what my current output(1) and what I need to do(2).
Link[^]
Please Help me to solve this.
Posted
Updated 22-Sep-13 8:33am
v3

You can use Pivot table:
how to use sql server pivot table[^]
 
Share this answer
 
Instead of DetailView, user grid view and bind the data to that. simple :)
 
Share this answer
 
Comments
sazzad37 23-Sep-13 14:41pm    
I don't understand you, please make it clear. I am not good enough in coding.

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