473,386 Members | 1,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

introduction to ASP

I ain't got the foggiest about ASP, but I know I need to use it to create
what I am after in my website. Could anyone please give me a brief
introduction about ASP, example how you enter it into a webpage, using VB
Script or something else, does your server need to support it etc??? Also,
if anyone is willing to help me out, then please email us to let me know. I
know this is a forum and so my question should be here to discuss with
everyone, however I ain't too sure what my question is yet (if that makes
sense!)

Jul 19 '05 #1
5 1482
CJM
"Neil Greenough" <ne***********@btopenworld.com> wrote in message
news:ce**********@sparta.btinternet.com...
I ain't got the foggiest about ASP, but I know I need to use it to create
what I am after in my website. Could anyone please give me a brief
introduction about ASP, example how you enter it into a webpage, using VB
Script or something else, does your server need to support it etc??? Also,
if anyone is willing to help me out, then please email us to let me know. I know this is a forum and so my question should be here to discuss with
everyone, however I ain't too sure what my question is yet (if that makes
sense!)

If you'd checked out Hasan Kachal's thread ('ASP code reference
guide/glossary') from yesterday evening, you'd find pointers to some good
tutorial and reference sites.

Have a look at them. Have a go, and when you get stuck, post a specific
question on here, and we will try to help.

You say you need to use ASP. Why? There are other technologies that can do
similar stuff. I'd obviously recommend ASP, but you should be aware that
there are other options.

Chris
Jul 19 '05 #2
"Neil Greenough" <ne***********@btopenworld.com> wrote in message
news:ce**********@sparta.btinternet.com...
I ain't got the foggiest about ASP, but I know I need to use it to create
what I am after in my website. Could anyone please give me a brief
introduction about ASP, example how you enter it into a webpage, using VB
Script or something else, does your server need to support it etc??? Also,
if anyone is willing to help me out, then please email us to let me know. I know this is a forum and so my question should be here to discuss with
everyone, however I ain't too sure what my question is yet (if that makes
sense!)


Start here:
http://msdn.microsoft.com/library/de...ml/aspover.asp
http://msdn.microsoft.com/library/de...entid=28000522
http://msdn.microsoft.com/library/de..._web_pages.asp

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserv...y/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com
Jul 19 '05 #3
What other options are there? Basically, here's what i'm after. If you could
suggest the best script to use:-

I have a MS Access 2000 database with a few prices in them. Each price
relates to three specific categories, with many options in each category.
Now, what I want is for this to be transferred into a userform on an
internet website. So for example, a user is able to choose a specific item
from each category, and then a quantity at the end, click 'go' and then a
total price is given to them. The total price is worked out by
cross-referencing the quantity to the info from the database.

CJM <cj*******@newsgroups.nospam> wrote in message
news:eP*************@tk2msftngp13.phx.gbl...
"Neil Greenough" <ne***********@btopenworld.com> wrote in message
news:ce**********@sparta.btinternet.com...
I ain't got the foggiest about ASP, but I know I need to use it to create what I am after in my website. Could anyone please give me a brief
introduction about ASP, example how you enter it into a webpage, using VB Script or something else, does your server need to support it etc??? Also, if anyone is willing to help me out, then please email us to let me know.
I
know this is a forum and so my question should be here to discuss with
everyone, however I ain't too sure what my question is yet (if that

makes sense!)

If you'd checked out Hasan Kachal's thread ('ASP code reference
guide/glossary') from yesterday evening, you'd find pointers to some good
tutorial and reference sites.

Have a look at them. Have a go, and when you get stuck, post a specific
question on here, and we will try to help.

You say you need to use ASP. Why? There are other technologies that can do
similar stuff. I'd obviously recommend ASP, but you should be aware that
there are other options.

Chris

Jul 19 '05 #4
"Neil Greenough" <ne***********@btopenworld.com> wrote in message
news:ce**********@hercules.btinternet.com...
: What other options are there? Basically, here's what i'm after. If you
could
: suggest the best script to use:-
:
: I have a MS Access 2000 database with a few prices in them. Each price
: relates to three specific categories, with many options in each category.
: Now, what I want is for this to be transferred into a userform on an
: internet website. So for example, a user is able to choose a specific item
: from each category, and then a quantity at the end, click 'go' and then a
: total price is given to them. The total price is worked out by
: cross-referencing the quantity to the info from the database.
:

If you're using MS Access, then your web server should be running on IIS
which runs on NT/2000. If so, then ASP will work fine.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #5
CJM
ASP is fine for what you want to do... It was just that you seemed to know
so little about these web technologies, yet you were adamant that you
specifically needed to use ASP. Without some idea of what you were doing, I
was just challenging that.

You could use other technologies such as ASP.NET or PHP for this, but
needless to say I woudl support using ASP. But that is just my preference.

Did you look at the previous thread? There were some good ASP resources
listed.

hth

Chris
Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Psymaster | last post by:
Does anybody know where can I get the html version for offline browsing? It's cumbersome to use the pdf. I've got dial-up and I can't connect all the time to see the reference.
1
by: Scott Carter | last post by:
Can anyone point me to an introduction of creating installers with VS.Net? I currently need to create one for a windows service, but I'd also like to find some info about creating installers for...
14
by: Cletis Tout | last post by:
http://www.codeproject.com/cpnet/introtomono1.asp Introduction to Mono - Your first Mono app By Brian Delahunty The first in a series of articles about Mono. This article explains how to...
1
by: Xiaoshen Li | last post by:
Dear All, I am relatively new to C(But I have computer science background and know some other programming languages). I am wondering if anyboby can recommend me some C books or websites. I...
14
by: Alf P. Steinbach | last post by:
Not yet perfect, but: http://home.no.net/dubjai/win32cpptut/special/pointers/ch_01.pdf http://home.no.net/dubjai/win32cpptut/special/pointers/ch_01_examples.zip To access the table of...
12
by: Xah Lee | last post by:
Of Interest: Introduction to 3D Graphics Programing http://xahlee.org/3d/index.html Currently, this introduction introduces you to the graphics format of Mathematica, and two Java Applet...
0
RedSon
by: RedSon | last post by:
Chapter 2: How to handle Exceptions When you call a program, sometimes you get a message about an Unhandled exception type. This means, that something throws (or might throw) an Exception, but the...
0
RedSon
by: RedSon | last post by:
Chapter 3: What are the most common Exceptions and what do they mean? As we saw in the last chapter, there isn't only the standard Exception, but you also get special exceptions like...
29
by: Martin Schmied | last post by:
Dear folks I'm looking for good sites/material for this topic: Introduction to programming, using Javascript. So, not introduction to programming *in" Javascript. Well, I guess this would be...
5
by: Konfused | last post by:
Hello Not sure whom to ask this question - but thought will ask anyway. I have friends who are members of a blog site. Users read the blogs and post their comments- Unfortunately someone enters...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.