Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: getting asp's intrinsic objects into a .net dll


Message #1 by "sundar srinivasan" <ssrinivasan3@n...> on Thu, 17 Oct 2002 22:54:30
In my VB.Net project I am doing: 

Dim objHttpContext As HttpContext and statements like
objHttpContext.response.write etc compile correctly. How do I pass the
object from my ASPx page to the DLL? In classic ASP we had a 
sub onstartpage(objSCr as ScriptingContext)  that was passed the ASP's 
intrinsic objects....

Thanks.

Sundar

  Return to Index