Active Server Pages (ASP) Training: Level 1
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 includesUsing 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 componentThe 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 objectsThe filesystem object
The textstream object
ASP and the ADO Model
ASP, databases and ADOThe database environment
Connecting to the database
Viewing Database Records
Working with recordsetsCreating combo boxes and option groups
Filtering records
Adding, Updating and Deleting Records
Adding records to a databaseUpdating records in a databse
Deleting records from a database
Stored Procedures and Parameters
Using stored proceduresThe command object
Parameter queries
Advanced Recordset Techniques
Editing a recordPaging through a recordset