Wrox Home  
Search P2P Archive for: Go

  Return to Index  

proasp_howto thread: getting QueryString to ActiveX control


Message #1 by poppublic@y... on Wed, 27 Feb 2002 20:16:13
1. It used to be back in IIS 3 time, when you call Server.CreateObject
from an ASP, IIS would attempt to call it through a special method
OnStartPage.  If successful, it passes a ScriptingContext reference
which could be used to get to the Request object.

2. More recently, when Server.CreateObject is called, it is created as a
MTS object.  It's object context has an item collection of the built-in
ASP objects such as Request.

Doug
 


-----Original Message-----
From: poppublic@y... [mailto:poppublic@y...] 
Sent: Wednesday, February 27, 2002 8:16 PM
To: Pro ASP HowTo
Subject: [proasp_howto] getting QueryString to ActiveX control


I've build ActiveX control in my ASP page. Is it possible that ActiveX
control gets values from QueryString.
---
Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to $subst('Email.Unsub').

  Return to Index