Archive for the ‘ASP Tutorial’ Category

ASP Loops and Arrays

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…

ASP IF Statements

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…

ASP Variables and Oputputs

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…