How to swap bounded columns to rows in datagridview
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am using VS 2008. My Datagridview is having bounded columns. Datasource is using as DataSet with Binding source. I wanted to show these as vertical view ( swaping columns to rows) how can i do? please help me
Ramana
-
Hi, I am using VS 2008. My Datagridview is having bounded columns. Datasource is using as DataSet with Binding source. I wanted to show these as vertical view ( swaping columns to rows) how can i do? please help me
Ramana
If you wish to Transpose a DataTable follow the link: Transpose a DataTable using C#[^] If you wish to Pivot a DataTable, follow the link: Pivoting DataTable Simplified[^] Hope this will help.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.