An ASP Overview
Variables - 3 Part Guide
String Manipulation
Arrays - 4 Part Guide
Conditionals
SubRoutines and Functions
Hidden Form Values
Date and Time Manipultation
Formating Numbers
|
Looping
ServerVariables & Browser
Detection
Error Detection
Advanced ASP
HTML Basics
Java Script
SQL Basics
Database Basics
|
Getting Started - An ASP Overview     Back to Top
Introduction
The Response Object
The Request Object
The Application Object
The Session Object
The Server Object
Step By Step... Your First ASP page with Brinkster.
|
1 : Defining and Using
2 : Variable SubTypes, Using and converting to them
3 : Checking for specific SubTypes
|
How To Parse Strings
Converting to upper and lower case
|
1 : The Basics
2 : Functions related to arrays explained
3 : Multi-dimensional arrays
4 : Recordsets in to a multi-dimensional arrays
|
1 : If and Select Statements, How
2 : If and Select Statements, When and Why
|
1 : When, where and how
2 : How to pass values in to a Sub or Function
|
1 : Use hidden form values to your advantage, Part 1
2 : Use hidden form values to your advantage, Part 2
|
Format Dates and Times
1 : Extracting parts of the date out with DatePart()
2 : Adding & Subtracting Dates & Times
3 : Find the amount of time between dates with DateDiff()
4 : Getting the day, month, year, weekday, and weekday name
|
1 : Integers
2 : Currency
3 : Percentages
|
1 : For...Next Statements
2 : Do...Loop Statements
3 : While...WEnd Statements
4 : For Each...Next Statements
|
ServerVariables and Browser Detection     Back to Top
How to get the server variables
Simple browser detection
|
Using the Exit statement
On Error Resume Next Explained
Trapping Errors with the Err Object
|
Application Object Explained
Session Object Explained
Encapsulate Code
Use Include Files
|
Targeting in Frames Quick Reference
For HTML Forms, Should I use GET or POST?
|
Hello World Example
How to use Logical Operators
How to parse strings
|
1 : Select Statement
2 : Select with the Where Clause
3 : Insert Statement
4 : Update Statement
5 : Delete Statement
6 : And, Or & Order By
Insert records in to a database
Update records in a database
|
How to know if no records were returned
Dealing With Nulls in Your Database
How To Secure Your Access Database
How to connect to a database without a DSN (DSN-Less Connection)
|