Results 1 to 3 of 3

Thread: Help weekly planner

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2005
    Posts
    182

    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.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Oct 2005
    Posts
    182

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width