multiple variable match
am 15.05.2007 22:46:41 von rharmonster
I have a web page programmed in ASP that creates a calling list based
on the user's preferences, which queries the information from a SQL
2000 database. I want the user to be able to select whether to create
different lists based on time zones or one list with all time zones.
The user should be able to mix and match time zones. However, I'm not
sure how to do this task. An example would be that the user wants
east coast and central in one file, then pacific and mountain in
another, but it could also be pacific in one and east and mountain in
another, and the possibilities go on. The database is set up with all
the information needed, but I'm not user how to code in ASP for the
different possibilities.
Re: multiple variable match
am 16.05.2007 04:33:06 von Jon Paal
ASP tutrials are here:
http://msconline.maconstate.edu/tutorials/ASP/default.htm
wrote in message news:1179262001.454502.176880@e51g2000hsg.googlegroups.com.. .
>I have a web page programmed in ASP that creates a calling list based
> on the user's preferences, which queries the information from a SQL
> 2000 database. I want the user to be able to select whether to create
> different lists based on time zones or one list with all time zones.
> The user should be able to mix and match time zones. However, I'm not
> sure how to do this task. An example would be that the user wants
> east coast and central in one file, then pacific and mountain in
> another, but it could also be pacific in one and east and mountain in
> another, and the possibilities go on. The database is set up with all
> the information needed, but I'm not user how to code in ASP for the
> different possibilities.
>
Re: multiple variable match
am 16.05.2007 18:09:13 von rharmonster
Thank you for the link, however, I am very familiar with the basics of
ASP already. I don't view my situation as something basic information
about ASP would help.
Re: multiple variable match
am 16.05.2007 18:50:30 von reb01501
rharmonster@gmail.com wrote:
> I have a web page programmed in ASP that creates a calling list based
> on the user's preferences, which queries the information from a SQL
> 2000 database. I want the user to be able to select whether to create
> different lists based on time zones or one list with all time zones.
> The user should be able to mix and match time zones. However, I'm not
> sure how to do this task. An example would be that the user wants
> east coast and central in one file, then pacific and mountain in
> another, but it could also be pacific in one and east and mountain in
> another, and the possibilities go on. The database is set up with all
> the information needed, but I'm not user how to code in ASP for the
> different possibilities.
Frankly, I'm not sure what it is you want from us. Given the information
you've provided, the only thing I can think of to say is:
allow the user to select one or more time zones and then create your
list containing the data pertaining to those selected time zones. Then
do whatever you are planning to do with that list ....
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.