Monday, March 22, 2010

Introduction to active server pages

ASP is a powerful tool for making dynamic and interactive Web pages.
An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server.
What you should already know
Before you continue you should have some basic understanding of the following:
• HTML / XHTML
• A scripting language like JavaScript or VBScript