|
ASP Tutorial for Beginners
|
Other links at ASP > Tutorials > Introduction to ASP |
| 1. |
Array Basics
|
|
|
Introductory tutorial on the basics of arrays as well as the LBound, UBound, and Split functions that are commonly used with arrays. Tutorial includes code snippets.
|
| 2. |
ASP from A to Z
|
|
|
This tutorial by Microsoft covers a nice summary of terms and tips to help you understand ASP. Also talks briefly about What ASP Is, and How ASP Works.
|
| 3. |
ASP Introduction
|
|
|
This is a quick introductory guide to ASP technology. Covers what it is, how it works, how to configure your computer to run ASP without a server, and creating system DSN for MS Access database.
|
| 5. |
Introduction to Active Server Pages (KB100001)
|
|
|
ASP is a set of software components that run on a Web server and allow Web developers to build dynamic Web pages. The advantage of ASP over static HTML Web pages is that an ASP page is like a computer program that runs on a Web server and can calculate results, process user input, read from or write to databases and files, and insert "live" updated content every time a user browses the page. This article walks you through the basic steps for building a dynamic web page
|
|
|