You are here: Home / Asp Tutorials
ASP Tutorials - Learn ASP For Free

The term ASP stands for Active Server Page and is a client / server side language created by Microsoft, this is a text file that contains HTML and ASP client/server side coding. In order to uses a ASP page you must save the text file extension like .asp.

For more information regarding ASP coding please visit the tutorials below.

    Performance Metrics for the ASP Response Object
    This article, by James Greenwood, examines three different ways to output content using Response.Write - using context switching INSERT INTO...
    Formatting Recordset Output into Multiple Columns or Rows
    This latest FAQ examines how to apply formatting to the contents of a recordset so that you can display multiple...
    File Name Converter
    This script is designed to take large number of files INSERT INTO `sites` VALUES (ex. pics, gif, jpg, bmp) without...
    The ASP.NET Page Life Cycle
    Solomon Shaffer explores the life cycle of an ASP.NET page from initialization to unloading. He also explains the various methods...
    Two Ways To Connect To SQL Server 2000 Via ASP
    ASP allows even the newest developer to connect to databases with ease. In fact, the ease with which you can...