Swapping rows and columns in gridview

Newbie Member
15Aug2009,14:00   #1
Beaustark's Avatar
I want to show table's row as gridview column. How can i do that?
Invasive contributor
23Aug2009,23:25   #2
nimesh's Avatar
what database are you using?

one option would be to use database functions to transform the data and then give directly to gridview
OR
use arrays to transform the data programmatically after fetching the records, and then give it to gridview

can I ask the question as why do you want to do this?