| ACTIVE SERVER PAGES CATEGORY |
PROFESSIONAL ACTIVE SERVER PAGES 3.0 PART 4 - REFRESHING PARAMETERS
Instead of typing in all of the parameter details yourself, you can get ADO to do it for you, simply by calling t....
|
PROFESSIONAL ACTIVE SERVER PAGES 3.0 PART 3 - STORED PROCEDURES
The use of stored procedures is the one area where the Command object comes into its own. A stored procedure (or ....
|
PROFESSIONAL ACTIVE SERVER PAGES 3.0 PART 2 - THE COMMAND OBJECT
The Command object is designed specifically to deal with commands of any sort, but especially those that require ....
|
|
PROFESSIONAL ACTIVE SERVER PAGES 3.0 PART 1 - THE CONNECTION OBJECT
The Connection object is what gives us a connection to the data store, but that's not all the Connection object d....
|
BEGINNING ACTIVE SERVER PAGES 3.0 PART 6 - USING THE OBJECT AS A ROAD MAP
While being able to create a page dynamically is a nice feature, the real power of Active Server Pages comes from....
|
BEGINNING ACTIVE SERVER PAGES 3.0 PART 5 - WHAT IS THE ACTIVE SERVER PAGES OBJECT MODEL?
In this chapter, we have looked at how a physical object can be represented by a programmatic object. This progra....
|
BEGINNING ACTIVE SERVER PAGES 3.0 PART 4 - CALLING METHODS OF AN OBJECT
The syntax for calling the method of an object is very similar to setting or retrieving a property value.....
|
BEGINNING ACTIVE SERVER PAGES 3.0 PART 3 - ALTERING THE PROPERTIES OF AN OBJECT
So, we have a telephone object, which defines the characteristics of any telephone. For a particular instance of ....
|
BEGINNING ACTIVE SERVER PAGES 3.0 PART 2 - PROGRAMMING WITH OBJECTS
To begin our look at programming with objects, let's use our trusty telephone object again. Being a technophile a....
|
BEGINNING ACTIVE SERVER PAGES 3.0 PART 1 - OBJECTS, PROPERTIES, METHODS AND EVENTS
Some of you may have heard terms like "object oriented programming", "object models", and similar. In order for u....
|