Categories

Updated: 09/16/2006

Conditional Statements in ASP

Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. There are two types of conditional statements in ASP: if...then and select case. In this tutorial we will show how to use both of them.
©2019 A--9.com