frankyberry
Programmer
I'm sitting here trying to decide if I should code the following in a table with a While statement or somehow use a DataGrid control.
Here is what I'd like to display:
I am having a hard time getting the control to display this data in that order.
Any ideas? How would you people do this?
Which way is "better"
Thanks,
frank
Here is what I'd like to display:
Code:
TeamName1 TeamName2 TeamName3
member1a member2a member3a
member1b member2b member3b
member1c member2c member3c
TeamName4 TeamName5
member4a member4a
member4b member4b
member4c member4c
I am having a hard time getting the control to display this data in that order.
Any ideas? How would you people do this?
Which way is "better"
Thanks,
frank