|
-
Apr 27th, 2006, 07:43 PM
#1
Thread Starter
Addicted Member
Help weekly planner
I need to create a weekly planner just like a calendar which shows date. for example
the header would contain 7 columns, the first column being todays days and the last column being the date after 7 days.
I have a table where i have stored data which includes a date field.
In the data portion i would like to show data corresponding to the date in the header field.
Could any one please give me advice on this.
-
Apr 27th, 2006, 07:44 PM
#2
Thread Starter
Addicted Member
Re: Help weekly planner
Also there would be a next and prev link that would allow the user to go forward or backward in increments of 7
-
Apr 28th, 2006, 03:36 AM
#3
Re: Help weekly planner
Use a repeater control.
Set its repetition direction to Horizontal.
From the database, retrieve 7 rows, by comparing it with todays date and adding 6 to it.
Then, bind the repeater control to the dataset in which you have filled up the data.
The main gist of this work will be creating the template for the repeater control.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|