andyj
Member
- Joined
- Feb 2, 2006
- Messages
- 9
- Programming Experience
- 1-3
Greetings all, my first post 
I want to pull in some XML data into a windows forms project and have it displayed in the same way as I have seen so many time on asp pages using a repeater object.
Can anyone give me some ideas about how to do this in winforms or a pointer to a winforms tool thats already been written ?
Background... I run sports tournaments, and I want to have a projector showing live results. So it might look like :-
Pos Name G1 G2 G3 G4 G5 G6 Total
1 Joe Bloggs 187 176 201 198 168 211 1141
2 Another 276 221 497
(above formatted properly of course)!
This will refresh using a filesystemwatcher (maybe) so results are updated on the projector whenever the scores are updated.
Thanks in advance.
AJ
I want to pull in some XML data into a windows forms project and have it displayed in the same way as I have seen so many time on asp pages using a repeater object.
Can anyone give me some ideas about how to do this in winforms or a pointer to a winforms tool thats already been written ?
Background... I run sports tournaments, and I want to have a projector showing live results. So it might look like :-
Pos Name G1 G2 G3 G4 G5 G6 Total
1 Joe Bloggs 187 176 201 198 168 211 1141
2 Another 276 221 497
(above formatted properly of course)!
This will refresh using a filesystemwatcher (maybe) so results are updated on the projector whenever the scores are updated.
Thanks in advance.
AJ