Active Server Pages (ASP) Training: Level 1

This course has been superseded

Try searching for alternatives

Course Description

Students will learn the benefits of using ASP technology to create dynamic, data-driven Web sites. The course introduces the ASP Object Model, several built-in ASP Components, Scripting Objects, and the ActiveX Data Objects (ADO) Model.
2 Days
Contact us for pricing
 

Prerequisites

Participants should be familar with HTML and programming basics. It would also be helpful if participants had knowledge of JavaScript and VBScript - however this is not essential.

Introduction to ASP

What is ASP?
ASP Scripting languages, objects and components

Server-side Includes

Using server-side includes
Using dynamic server-side includes

The Response Object

What is the response object?
The write method
The redirect method
Controlling output

Cookies

What are cookies?
The response cookies collection
The request cookies collection

ASP Components, Part 1

What are ASP components?
The server object
The ad rotator component

ASP Components, Part 2

The browser capabilities component
The content linking component

Applications, Sessions and the Global.asa

What are ASP applications and sessions?
What is the global.asa?

Scripting Objects

The built-in scripting objects
The filesystem object
The textstream object

ASP and the ADO Model

ASP, databases and ADO
The database environment
Connecting to the database

Viewing Database Records

Working with recordsets
Creating combo boxes and option groups
Filtering records

Adding, Updating and Deleting Records

Adding records to a database
Updating records in a databse
Deleting records from a database

Stored Procedures and Parameters

Using stored procedures
The command object
Parameter queries

Advanced Recordset Techniques

Editing a record
Paging through a recordset