Active Server Pages Resources at UHCL
maintained by K. Yue
Revised December 20, 2000
Lecture Notes
An Introduction to Active Server Pages
.
ASP Built-in objects
.
An Introduction to ADO
.
References and Conventions
Microsoft's MSDN Library
: Look at Platform SDK-> Web Services-> Internet Information Server 5.0 (up to date) for ASP information. For ADO information, look at Platform SDK -> Data Services -> Microsoft Data Access Components -> ADO.
Microsoft's ASP coding convention
.
ASP VBScript function reference
(old but easy to navigate).
VBScript Language Reference
.
Some Useful Sites
www.aspfaq.com
: Nice and well organized FAQ.
ASP Today
.: many longer articles in ASP.
www.asp-help.com
: some nice introductory articles from two developers.
Four guys from rolla
: many shorter articles in ASP.
Some Old Examples
Time.asp
Hello World
Server's Date
Query String Example
Form Example
Simple Cookies