|
 |
asp_web_howto thread: Display in rows and column
Message #1 by "David Yee" <david@r...> on Fri, 19 Oct 2001 17:14:17 +0800
|
|
Hi friends,
I need help and advice on how i can display a list of activities stored in
the database
on the webpage in a 3 rows by 7 columns table.
For example : in the database
Day Activities
1 Arrival of destination
2 Shopping
3 Visit places of interest
4 Cruise
5 Free and Easy
6 Return home
On the front end, user will select a date and i am suppose to check for the
day of the week
and allocate their position in the table. If it is Wednesday, then the
Activities information will
be display in the Wednesday column of row 1 and follow on until row 2 or row
3.
Please teach me how to allocate and display these data into their respective
column and table.
Thank You.
=============================================================
| Sun | Mon | Tue | Wed |
Thur | Fri | Sat |
=============================================================
| | | | Arrival of
| Shopping |Visit place | cruise |
| | | | destination |
|of interest | |
|=============================================================
| Free & | Return | | |
| | |
| Easy | Home | | |
| | |
=============================================================
| | | |
| | | |
| | | |
| | | |
=============================================================
|
|
 |