Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 24,047 times

Contents

Related Categories

Using Components and Objects in ASP - Introduction

talal

Introduction

COM components are the key to building powerful, real-world Web applications. Components provide functionality that you use in your scripts to perform specialized tasks, such as executing financial transactions or validating data. ASP also provides a set of base components that you can use to greatly enhance your scripts.
About Components

A COM component is a reusable, programmatic building block that contains code for performing a task or set of tasks. Components can be combined with other components (even across networks) to create a Web application. COM components execute common tasks so that you do not have to create your own code to perform these tasks. For example, you can use a stock ticker component to display the latest stock quotes on a Web page. However, it would be difficult to create a script that provides the same functionality. Also, the script would not be as reusable as a component.

I LOVE TO TAKE PART IN SOME THING PRODUCTIVE

Comments

  • ASP components

    Posted by preetha on 22 Feb 2004

    In an interview, they asked me what are the components of ASP and VB. Can any body help me?.

  • how to find components on the server

    Posted by ___Kevin___ on 17 Jul 2002

    If you want to try using components, start using those allready installed on your server. Use this script to check your IIS for installed components:
    http://www.bier-voting.de/objcheck/