aspx_professional thread: getting asp's intrinsic objects into a .net dll
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
|





