|
ASP Overview
|
Other links at ASP > Tutorials > Introduction to ASP |
| 2. |
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
|
| 3. |
If Then Else
|
|
|
The If Then Else control structure can be used to run a line or block of code within your script when a certain condition is met.
|
| 5. |
ASP Overview
|
|
|
This article by Microsoft describes the definition of an ASP File, Is it hard to use?, Object Model, and other ASP resources.
|
|
|