| ObjectContext
(4) ATL COM and the ObjectContext, ...
Request
(28) QueryStrings, Request Object, ...
Response
(31) The Response Object, Buffer Explanation, ...
Server
(16) ASP Server Object, Using Server.URLEncode, ...
Session
(22) The Session Object, What are Sessions?, ...
TextStream
(4) ASP TextStream Object, TextStream Object, ... |
|
Hits Today: 1 Total: 7194 | Updated: 10/19/1999 | |
 | An article that demonstrates how to use classes in VBScript and explains how to build your own objects. Author: Mark Lidstone Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 2390 | Updated: 11/22/2003 | |
 | This article is the third part in a three-part series. Part 1 of this series, Variables and Values in VBScript, examined how VBScript treated scalar variables: Strings and primitive data types. Author: Bill Wilkinson Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3481 | Updated: 6/22/2003 | |
 | Normally when you instantiate an object it's because you're about to do something with it. In fact you'll probably end up doing a lot of things with it. Author: asp101.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 3024 | Updated: 3/27/2004 | |
 | This articles demonstrates how to write an object which returns another object. Our component (which we will call ParentChild) will host two objects, Parent and Child. The Parent object will be createable via the Server.CreateObject statement. Author: Peter Persits Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3641 | Updated: 3/27/2004 | |
 | This is concerned with an explanation of objects. Some of you may have heard terms like 'object oriented programming', 'object models', and similar. In order to understand what terms like this mean, we first need to look at the word "object."
Author: David Buser et. al. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4616 | Updated: 11/14/2003 | |
 | Do you know how much of a nightmare some ASP pages can be? Do you know how disastrous it is to intermingle HTML with program code? Yes, you do, I know you hate it too! Author: Richard Quinn Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4880 | Updated: 1/6/2005 | |
 | Use this functions to serialize/deserialize VBScript Objects.
You can use this to punsh up the lifetime of an object up to more than one page.
Have fun ;) Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 5494 | Updated: 6/30/2001 | |
 | This is a very simple and brief tutorial on the ASP object model. This tutorial is meant to educate beginners only. Author: Brad Hess Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 6040 | Updated: 12/27/2001 | |
 | This code will allow you to use classes in VBSccript versions 5.0 and higher. Author: Alex Karpman Code: ASP 3.0 & VBScript |
|