|
|
|
|
|
Total Hits: 135 | Today: 0 |
Author: John R. Lewis
|
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....
|
|
|
|
Total Hits: 600 | Today: 0 |
|
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 ...
|
|
|
|
Total Hits: 1149 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 312 | Today: 0 |
Author: Bruce Johnson
|
Rating:
|
|

How to avoid having duplicate objects appear in your collection...
|
|
|
|
Total Hits: 851 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1167 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 430 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 693 | Today: 0 |
Author: Rajesh Parikh
|
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....
|
|
|
|
Total Hits: 334 | Today: 0 |
Author: Robert Murdock
|
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....
|
|
|
|
Total Hits: 380 | Today: 0 |
Author: Jaime Valerio
|
Rating:
|
|

Sample source code for Simple Components. This ASP components will help you to create components....
|
|
|
|
Total Hits: 464 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

Step by step tutorial on creating ASP COM Component in Microsoft Visual Basic. Sample Visual Basic Project Files available for download....
|
|
|
|
Total Hits: 252 | Today: 0 |
Author: newobjects.com
|
Rating:
|
|

HTML Template control implemented as Windows Script Component. Provides functionality to create pages based on templates. Functional free sample with complete documentation....
|
|
|
|
Total Hits: 126 | Today: 0 |
Author: John R. Lewis
|
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. ...
|
|
|
|
Total Hits: 230 | Today: 0 |
Author: Eric Fong
|
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....
|
|
|
|
Total Hits: 3899 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 588 | Today: 0 |
Author: James Harris.
|
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....
|
|
|
|
Total Hits: 1908 | Today: 0 |
Author: Shelley Powers
|
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...
|
|
|
|
Total Hits: 486 | Today: 0 |
Author: Ian Ippolito (RAC)
|
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....
|
|
|
|
Total Hits: 299 | Today: 0 |
Author: Charles Carroll
|
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...
|
|
|
|
Total Hits: 769 | Today: 0 |
|
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 .....
|
|
|
|
|
|
|