| ACTIVE SERVER PAGES CATEGORY |
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....
|
BEGINNING COMPONENTS FOR ASP PART 6 - BUILDING OUR FIRST COMPONENT
The Brick Calculator component is a Windows Script Component (WSC), written using the Windows Script Component Wi....
|
BEGINNING COMPONENTS FOR ASP PART 5 - NETWORK APPLICATION ARCHITECTURES
ASP is a relatively new technology, but people have been building network-based applications for many years. To h....
|
|
BEGINNING COMPONENTS FOR ASP PART 4 - DIFFERENT KINDS OF COMPONENTS
Components come in all manner of different types. To try to get an idea of the range of tasks that could be perfo....
|
BEGINNING COMPONENTS FOR ASP PART 3 - USING COMPONENTS FROM ASP
In this section we'll use a custom-built component in an ASP page. We'll begin by looking at how to call componen....
|
BEGINNING COMPONENTS FOR ASP PART 2 - INTERFACES AND IMPLEMENTATION
One of the key characteristics of all COM components is that they are able to perform tasks for us without tellin....
|
BEGINNING COMPONENTS FOR ASP PART 1 - STARTING OUT WITH COMPONENTS
As our customers, our managers and the sales team ask for increasingly complex applications, the demands made of ....
|
BEGINNING ASP DATABASES PART 5 - A TRAP WITH RECORDSETS AND TABLES
Sometimes fields of a record contain no data or a NULL. A person may not have a phone number, or a member is regi....
|
BEGINNING ASP DATABASES PART 4 - READING ALL OF THE RECORDS (WITH EOF)
By building a table that displays the first five records of a recordset, we get some idea of the techniques and p....
|
BEGINNING ASP DATABASES PART 3 - BUILDING TABLES WITH DATA
Very frequently your client will want to place data into an HTML table, for display of the browser.....
|