2868Page 1 of 3: What is ASPhttp://www.designplace.org/tutorials.php?page=1&c_id=10ASP: Another acronym (As if you hadnt guessed) which stands for "Active Server Pages". This suggests quite a lot about the technology already, in that its processed, or parsed server side and its dynamic in nature, rather than static technologies like HTML.ASP > Tips and Tutorials > Introduction to ASPOct 10, 2006
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. Conditional statements are the set of commands used to perform different actions based on different conditions. VBScript has 2 conditional statement constructions, available for you to use in your ASP pages: If...then...else and Select Case. Both perform in saw way the same task.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.