-
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.
-
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
-
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.