columns with data in a gridview

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

I'd like to have a gridview that contains as columns the year values
that are contained in a table. That is, in the gridview, the rows should
be labeled instead of the columns.(which contain the values for the years).

for instance:

2000 2001 2002

abc 2 3 1

ced 56 49 51

zxc 19 21 20

What would be the best way to do that?

Thanks,

Carlos.
 
Back
Top