* Describe what ASP is, what platforms and
applications support it, and the
role of scripting languages, objects, and
components in ASP programming.
* Use Server-side Includes to improve Web
programming efficiency through modularization.
* Describe the role of the ASP Response object
and use its Write, Redirect,
and output control properties and methods.
* Describe the role of the ASP Request object
and use its Form, QueryString,
and ServerVariables collections to obtain
user-supplied information and environment
details.
* Determine the value of cookies in maintaining
user state and use the Cookie
collections of the Request and Response objects.
* Describe what ASP components are and use the
Server object to instantiate
ASP components.
* Use the Ad Rotator, Browser Capabilities, and
Content Linking components.
* Describe the difference between ASP
applications and sessions and use the
Global.asa file to launch application and
session events.
* Describe what Scripting Objects are and use
the Dictionary, FileSystemObject,
and TextStream objects to further enable your
ASP Web sites.
* Describe the relationship between ASP and ADO
and create a database connection
from a Web site.
* Use the Recordset object to display database
records, create on-the-fly combo boxes
and option groups, and filter records based on
user input.
* Add, update, and delete records in a database
using both ADO and SQL query
methods.
* Use stored procedures and parameter queries to
improve database access on
the Web.
* Create a data browser that allows forward and
backward recordset browsing
and a paged recordset display system.