Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  94
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, May 16, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
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

ASP Intrinsics in your VB component       
Total Hits: 135  |  Today: 0 Author: John R. Lewis       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will show you a simple code sample on the preferred method of accessing the ASP intrinsics (Request, Response, Session, etc). The preferred method uses the ObjectContext object exposed by IIS's tight integration with MTS....

Register COM Components Remotely via an ASP Page or from the Context Menu       
Total Hits: 600  |  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: 1149  |  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....

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

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

HOWTO: Debug an MTS Visual Basic Component Running Under ASP       
Total Hits: 851  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to debug a Visual Basic component registered with Microsoft Transaction Server (MTS) from within the Visual Basic IDE, when created and called from an Active Server Pages (ASP) page....

ASP COM Tutorial using Microsoft Visual Basic       
Total Hits: 1167  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Step by step tutorial on creating ASP COM Component in Microsoft Visual Basic. Project files available for download. Must read for ASP COM beginners....

Accessing ASP intrinsic objects from within Java COM Component       
Total Hits: 430  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Step by step tutorial on creating a Java COM component which accesses and uses ASP Intrinsic Components. Sample Project files, Component and ASP code available for download....

Creating ASP Components using Visual Basic       
Total Hits: 693  |  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....

ASP and Databases       
Total Hits: 334  |  Today: 0 Author: Robert Murdock       Rating:  
Read Reviews | Write Review |              Your Rating: 

The ASP data access component is one of the most powerfull features of ASP. With this component you are able to interface your database(s) directly with your webserver....

Codekit.com : ASP Components       
Total Hits: 380  |  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: 464  |  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....

HTML Template       
Total Hits: 252  |  Today: 0 Author: newobjects.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

HTML Template control implemented as Windows Script Component. Provides functionality to create pages based on templates. Functional free sample with complete documentation....

3 Useful API's to add to your component       
Total Hits: 126  |  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.
...

Tabbed Interface       
Total Hits: 230  |  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: 3899  |  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 Test Script       
Total Hits: 588  |  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: 1908  |  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...

Gotcha with Server Object's ASPMail component.       
Total Hits: 486  |  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....

VB Component Threading Details       
Total Hits: 299  |  Today: 0 Author: Charles Carroll       Rating:  
Read Reviews | Write Review |              Your Rating: 

Objects created and destroyed at the page level scale very well. Once a session level object is created it is attached to a specific, discrete thread. This is the internal workings of the ASP execution environment...

Using ActiveX Components with Active Server Pages       
Total Hits: 769  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the most-requested subjects is the use of ActiveX™ components from ASP. Where can you find information about available components? What tools help you build components? Where can you find samples for building components? When deciding .....


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com