G
Guest
I am writing a a Web Form where I am making calls to a separate class which performs several routines I use on several pages. The routines all require access to the Request, Response, Application, or Session object. On the normal page I can access these objects but I can't seem to get these objects from another class unless I specifically pass in the the objects to the routine
I would like to be able to access the class, and on initialization it would automatically have access to these objects. I keep getting an object not defined
Is there a sample out there that I can view
I would like to be able to access the class, and on initialization it would automatically have access to these objects. I keep getting an object not defined
Is there a sample out there that I can view