K
Ken Foskey
I am brand new to coding C# and Visual Studio.
I have worked out how to configure the ComboBox creating my own object
however it leave me with a lot of management updating as the table
changes.
I would like to add to the table, so if you think sport, a game is
played in a stadium that is located in a country.
game has one venue has one country
I would like to display in the combo box the:
"game description - venue (Country)"
I have done this with a loop and building an but then I loose the
connection between the game datasource when I change the drop box. I
would like to add this description to the table somehow.
I would also like to add the country to the game so that it is all on one
datasource to make the whole linking process easier. Venues are
obviously pretty static.
I have tried to find something with google but cannot find the wood for
the trees.
Can someone please help / point me to a description.
Ta
Ken
I have worked out how to configure the ComboBox creating my own object
however it leave me with a lot of management updating as the table
changes.
I would like to add to the table, so if you think sport, a game is
played in a stadium that is located in a country.
game has one venue has one country
I would like to display in the combo box the:
"game description - venue (Country)"
I have done this with a loop and building an but then I loose the
connection between the game datasource when I change the drop box. I
would like to add this description to the table somehow.
I would also like to add the country to the game so that it is all on one
datasource to make the whole linking process easier. Venues are
obviously pretty static.
I have tried to find something with google but cannot find the wood for
the trees.
Can someone please help / point me to a description.
Ta
Ken