sas

Topic: ASP


What is ASP?
Active Server Pages ( ASP ) is Microsoft 's server -side technology for dynamically-generated web pages that is marketed as an add-on to Internet Information Services (IIS). It relies on a web server that performs background processing with information presented to, or received from, a web page visitor. This web site presents lessons and topics on how to use this technology with the Microsoft Internet Information Services.Its default language is VBScript.

What Can You Do with Active Server Pages?

There are many things you can do with Active Server Pages.
  • You can display date, time, and other information in different ways.
  • You can make a survey form and ask people who visit your site to fill it out, send emails, save the information to a file



Contents

1. Displaying Date, Time and Text
2. ASP Forms
3. If...Then and For...Next instructions
4. Select...Case instructions and DO...loop
5. Subroutines and Include/virtual
6. Session and Application methods
7. Dictionary Object
8. Cookies
9. Open Read and Create files
10. Introduction to Global.asa
11. Database Interaction with ASP