Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Component > Component
Search
DevASP

What's New
What's Hot

Beginning Components with ASP       
Total Hits: 620  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


In this tutorial, we are going to convince you that you already know quite a bit about programming with components; we will look at some typical scenarios in which components are used....

Gotcha with Server Object's ASPMail component.       
Total Hits: 642  |  Today: 0 Author: Ian Ippolito (RAC)       Rating:  
Read Reviews | Write Review |              Your Rating: 

A company called Server Objects makes a very popular 3rd party component for ASP called ASPMail (and ASPQMail) that many ASP developer use. I've used this product myself for over 3 years with no problems, but just ran into a huge gotcha that every developer using their product should know about....

Creating ASP Components using Visual Basic       
Total Hits: 741  |  Today: 0 Author: Rajesh Parikh       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this technical report we shall build a simple Active server Page (ASP) component using Microsoft Visual Basic. You would see that with a little effort, we can build a powerful and flexible Active server Page component using Visual basic....

Use Windows Script Components       
Total Hits: 262  |  Today: 0 Author: Microsoft .com       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to use Windows Script Components (WSC) to package scripts for use in Active Server Pages (ASP) applications. This component includes an entry in the registry and a type library....

Codekit.com : ASP Components       
Total Hits: 504  |  Today: 0 Author: Jaime Valerio       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sample source code for Simple Components. This ASP components will help you to create components....

Creating an ASP COM Component in Visual Basic       
Total Hits: 824  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Step by step tutorial on creating ASP COM Component in Microsoft Visual Basic. Sample Visual Basic Project Files available for download....

Building COM objects using Java classes as components       
Total Hits: 286  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Step by step tutorial on creating an ASP COMponent with Java. Yes you can now use your Java skills to develop components for ASP....

3 Useful API's to add to your component       
Total Hits: 210  |  Today: 0 Author: John R. Lewis       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are 3 API's that I commonly add to my components. They can sometime serve useful purposes in the operation of the component itself, but are most often a lifesaver when it comes to debugging a component. The API's are: GetCurrentProcessId, GetCurrentThreadId and GetUserName.
...

Registering a Component        
Total Hits: 309  |  Today: 0 Author: Nathan Pond       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will describe the simple process involved in developing on your production server and manually registering the component on another server.
...

ASP Database Support Component        
Total Hits: 238  |  Today: 0 Author: Doug Dean       Rating:  
Read Reviews | Write Review |              Your Rating: 

Developers can utilize this component for preparing strings for use with Access or SQL Server data transmissions. The component's methods support removing and escaping error causing characters and HTML tags from strings that are entered in browser forms...

Tabbed Interface       
Total Hits: 298  |  Today: 0 Author: Eric Fong       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code is for IE only. This code lets you easily create a Tabbed Interface for your Intranet pages. Clicking a tab does not load a new page. Content for each tab is loaded in the initial page load....

HOWTO: Register and Unregister an Out-of-Process COM Component (ActiveX EXE)       
Total Hits: 4205  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to register and unregister an out-of-process Component Object Model (COM) component. In Visual Basic, an out-of-process COM component corresponds to an ActiveX EXE file....

ASP Component Guidelines        
Total Hits: 295  |  Today: 0 Author: J.D. Meier       Rating:  
Read Reviews | Write Review |              Your Rating: 

Components. Some love them, some fear them. Those who fear components can usually share a horror story with you. Let's face it: When it comes to working with components under ASP, what you don't know can hurt you. If you've fallen, get up, dust yourself off, and read on. In this article, I'll provide general guidelines learned from experience that will help you build better component-based ASP solutions....

ASP Component Test Script       
Total Hits: 653  |  Today: 0 Author: James Harris.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This Component Test simply checks to see if the various components are installed by trying to create the server object the component uses. It does not guarantee that the component is configured to work properly. If you have any questions regarding a specific component, you should contact your hosting company or the component manufacturer....

Server-Side XML Through VB ASP Components       
Total Hits: 2486  |  Today: 0 Author: Shelley Powers       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sample Chapter 10 from "Developing ASP Components, 2nd Edition". This chapter provides an overview of XML, as well as XML formatting techniques, because it's necessary to have an understanding of XML before working on the examples in the second part of the chapter. These examples and their related discussions cover working with XML in ASP components written in Visual Basic. Some of the examples we'll look at include accessing and creating XML through the Microsoft XML parser (MSXML), working wit...

Register COM Components Remotely via an ASP Page or from the Context Menu       
Total Hits: 690  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you work with COM dlls a lot as I do, you often have a need to register / unregister these components conveniently. Often with only FTP or HTTP access to your remote production webserver, it would also be convenient to be able to call an ASP page that asks you for the full path and name of the DLL, and allows you to either register or unregister the specified component. Fear not! Here I'll present easy ways to do both. First, lets whip up an ASP page that lets us remotely register/unregister ...

HOWTO: Obtain ObjectContext with ObjectControl Inside VB COM DLL From ASP and MTS (Q238274)       
Total Hits: 1210  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article covers the implementation of the MTS ObjectContext through the ObjectControl inside a Visual Basic component under MTS control for ASP.
This is extremely useful if you would like to have direct access to the ASP intrinsic objects; for example, Application, Session, Response, Request, and Server....

Creating ASP com objects with Delphi 5       
Total Hits: 287  |  Today: 0 Author: Jan Verhoeven       Rating:  
Read Reviews | Write Review |              Your Rating: 

Creating ASP com objects, or Active Server Objects with Delphi 5 is very easy, once you know how to do it. This tutorials takes you through step by step....

Using Components and Objects in ASP       
Total Hits: 500  |  Today: 0 Author: Talal Ahmed Siddiqui       Rating:  
Read Reviews | Write Review |              Your Rating: 

An introduction to COM objects, and their use in ASP...

Adding Objects to a Collection       
Total Hits: 371  |  Today: 0 Author: Bruce Johnson       Rating:  
Read Reviews | Write Review |              Your Rating: 

How to avoid having duplicate objects appear in your collection...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com