I need a way to basically take a GridView or DataSet control and turn the
data on its side, so the data will be shown vertically instead of horizontally.

I load the data from a DataSet object, so I can do it from the DataSet, if that's possible.

Does anyone know how to do this?