Gridview three across instead of down

  • Thread starter Thread starter ET
  • Start date Start date
E

ET

How can I do a gridview with the next record in the 2nd column rather than
2nd row. So I want:

Item 1 Item2 Item3

Item 4 Item 5 Item 6



Rather than
Item 1
Item2
Item 3
....

thank you for your help.
 
ET said:
How can I do a gridview with the next record in the 2nd column rather
than 2nd row. So I want:

Item 1 Item2 Item3

Item 4 Item 5 Item 6



Rather than
Item 1
Item2
Item 3
...

thank you for your help.

I think you have to use a DataList or Repeater.

David
 
Back
Top