Posted on October 9th, 2008, by admin
Introduction
So far you have learned how to output text, use variables and execute conditional statements. Another very powerful feature of ASP is it’s looping funciton.
FOR and NEXT Loops
FOR/NEXT loops are used when you want to execute a piece of code read more…
Category:
Posted on October 9th, 2008, by admin
Introduction
Over the past two parts I have shown you the basics of text in ASP and how to store it as variables. In this part of the tutorial I will show you how to use IF statements to make decisions read more…
Category:
Posted on October 9th, 2008, by admin
Introduction
In the last part I explained a little about how to write ASP and how to tell the server that you have ASP code in your file and what language it is written in. In this part I will explain read more…
Category: