Creating date-based grid in ASP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike P

    Creating date-based grid in ASP

    I need to create a grid which along the y axis has a user name and along
    the x axis has a date. Somehow I need to populate the x axis with 6
    months worth of dates from the current date, and then look at a database
    table that lists what dates a user is busy on so that I end up with a
    grid that shows all users and all dates for the next 6 months and when
    they are busy and when they are not busy.

    I have very little experience in ASP so this is proving very tricky, I
    think the hardest part would be creating the grid with a column for each
    date for the next 6 months.
    Can anybody help?



    *** Sent via Developersdex http://www.developersdex.com ***
  • Jon Paal [MSMD]

    #2
    Re: Creating date-based grid in ASP

    your brief desription seems unusual for a grid....

    try one of the calendar apps. They allow for showing information by date.


    "Mike P" <mike.parr@gmai l.comwrote in message news:ulaNOeoOJH A.3980@TK2MSFTN GP06.phx.gbl...
    >I need to create a grid which along the y axis has a user name and along
    the x axis has a date. Somehow I need to populate the x axis with 6
    months worth of dates from the current date, and then look at a database
    table that lists what dates a user is busy on so that I end up with a
    grid that shows all users and all dates for the next 6 months and when
    they are busy and when they are not busy.
    >
    I have very little experience in ASP so this is proving very tricky, I
    think the hardest part would be creating the grid with a column for each
    date for the next 6 months.
    Can anybody help?
    >
    >
    >
    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    • Bob Barrows

      #3
      Re: Creating date-based grid in ASP

      Mike P wrote:
      I need to create a grid which along the y axis has a user name and
      along the x axis has a date. Somehow I need to populate the x axis
      with 6 months worth of dates from the current date, and then look at
      a database table that lists what dates a user is busy on so that I
      end up with a grid that shows all users and all dates for the next 6
      months and when they are busy and when they are not busy.
      >
      I have very little experience in ASP so this is proving very tricky, I
      think the hardest part would be creating the grid with a column for
      each date for the next 6 months.
      Can anybody help?
      >
      >
      >
      What database type and version are you using?
      How is the data stored? Column names and datatypes please. A few rows of
      sample data would not hurt.

      --
      HTH,
      Bob Barrows


      Comment

      Working...