Ask a Question related to ASP Database, Design and Development.
-
Matthew Louden #1
ASP page to show different schedule on each day
I want to create ASP page that shows the schedule of TV station. Since each
day's (Monday - Sunday) schedule is different, and I want each day will
display the schedule on that day of a week. I wonder if I need to create 7
different ASP pages and call different one on each day?
This is just my idea, but I think this is not a good solution.
Please advise!
Matthew Louden Guest
-
Schedule Task Page Not Processing
Using Coldfusion MX the Scheduled Task page does not process. I receive the following error when clicking the Scheduled Task link in the Admin panel... -
using php to show particular part of page
I have a particular section of a page that I need to display if the variable being passed is a certain name. The the particular block of code that... -
HTML page does not show
An HTML page with inbedded flash object and a relevant .swf file in the same folder which shows well on a local computer, but on an ISP server it... -
How to show an image on my page
Hi folks, I use an access database with a textfield (ImagePathAndFile). In this textfield I store the full path to an image, for example:... -
Schedule a page --> run automacially?
Is it possible to schedule an .ASPX page to run automatically, say every hour? N.B. -
Ray at #2
Re: ASP page to show different schedule on each day
One page'll be fine. VBScript, if that's what you use, is aware of what day
of the week any date is. Take a look at the weekday function in your
VBScript documentation.
Ray at work
"Matthew Louden" <jrefactors@hotmail.com> wrote in message
news:%23IGHmSAoDHA.3256@tk2msftngp13.phx.gbl...each> I want to create ASP page that shows the schedule of TV station. Since> day's (Monday - Sunday) schedule is different, and I want each day will
> display the schedule on that day of a week. I wonder if I need to create 7
> different ASP pages and call different one on each day?
> This is just my idea, but I think this is not a good solution.
>
> Please advise!
>
>
Ray at Guest
-
Mohamed Hosam #3
Re: ASP page to show different schedule on each day
Create your database with a date field or even a text field for days. Then
from your page, collect the record where the day value matches today's day.
Mohamed
"Matthew Louden" <jrefactors@hotmail.com> wrote in message
news:#IGHmSAoDHA.3256@tk2msftngp13.phx.gbl...each> I want to create ASP page that shows the schedule of TV station. Since> day's (Monday - Sunday) schedule is different, and I want each day will
> display the schedule on that day of a week. I wonder if I need to create 7
> different ASP pages and call different one on each day?
> This is just my idea, but I think this is not a good solution.
>
> Please advise!
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.525 / Virus Database: 322 - Release Date: 10/9/2003
Mohamed Hosam Guest



Reply With Quote

