|
|
 More Subcategories Available
| Objects & Framework [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
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 |
|  | |
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 |
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 |
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 |
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 |
|  | |
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 |
This code will allow you to use classes in VBSccript versions 5.0 and higher. Author: Alex Karpman Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|