Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Creating date-based grid in ASP (http://www.velocityreviews.com/forums/t804537-creating-date-based-grid-in-asp.html)

Mike P 10-30-2008 12:03 PM

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

Bob Barrows 10-30-2008 05:03 PM

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




All times are GMT. The time now is 03:13 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57