JeroenDortmans
Technical User
I have created an ASP.net webpage where people of my soccer club can add information of the matches to play.
The information is stored in an Access database, I use VS 2005 as design tool and have a server with ASP.NET 2.0.
I have defined a format of how to display this information on the website so that everybody can see the schedule of the matches.
Here an overview of the data as it is stored in the Access database.
------------------------------------------------------------
| date | time | home team | visiting team | remarks |
------------------------------------------------------------
Here an overview how I want to display the information.
-----------------------------------------------------
| date A
-----------------------------------------------------
| home team | visiting team | time | remarks
-----------------------------------------------------
-----------------------------------------------------
| date B
-----------------------------------------------------
| home team | visiting team | time | remarks
-----------------------------------------------------
When there are multiple matches to be played on one date these matches must all be listed “under” one date.
Here is an example on the website, this is hand coded.
The question I have is, how can I accomplish displaying the information of the matches in the format I have defined?
The information is stored in an Access database, I use VS 2005 as design tool and have a server with ASP.NET 2.0.
I have defined a format of how to display this information on the website so that everybody can see the schedule of the matches.
Here an overview of the data as it is stored in the Access database.
------------------------------------------------------------
| date | time | home team | visiting team | remarks |
------------------------------------------------------------
Here an overview how I want to display the information.
-----------------------------------------------------
| date A
-----------------------------------------------------
| home team | visiting team | time | remarks
-----------------------------------------------------
-----------------------------------------------------
| date B
-----------------------------------------------------
| home team | visiting team | time | remarks
-----------------------------------------------------
When there are multiple matches to be played on one date these matches must all be listed “under” one date.
Here is an example on the website, this is hand coded.
The question I have is, how can I accomplish displaying the information of the matches in the format I have defined?