can a gridview be designed to show data vertically rather than horizontally? I'm not having much luck putting columns into rows without creating bad HTML.
gridview vertically
Collapse
X
-
If all you want to do is display the data, then you may be better working with a datalist. Here is an article that may help:
Showing Multiple Records per Row with the DataList Control
Comment