.NETGURU
Accessing Page object from static method
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngcontrolscs' list.


Michiel van Otegem
I have a namespace containing several control classes and a class with a static method shared between the different controls, like so:

namespace xyz
{

class abc
{
static internal MyStaticMethod()
{
//Use Page object here
}
}

class control1 : control
class control2 : control
class control3 : control
}

From the static method I want to have access to the Page object, so I can call the Trace log and Application Cache. Is there any way to do so without having to pass the Page object to the static method? Now I'm sure it's better design not to do any of this, and just make the method independent, but it reduces the need to replicate code that I need in the (related) controls. To avoid any problems, the method is marked with 'internal' so only the controls have access to it.

---
Michiel van Otegem
ASPFriends.com Moderation Team

ASPNL.com - ASP/ASP.NET/XML Teacher
http://www.aspnl.com
http://www.aspalliance.com/michiel
---
Teach Yourself XSLT in 21 Days
http://www.amazon.com/exec/obidos/ASIN/0672323184/aspnlcom-20
Reply to this message...
 
    
Paul D. Murphy
You don't need to get to the page you need to get to the current http
context. The http context exposes everything session, cache,
application.

Try this

System.Web.HttpContext context = System.Web.HttpContext.Current

If(context == null)

{

throw new ApplicationException("Must run in IIS context");

}

Paul

-----Original Message-----
From: Michiel van Otegem [mailto:Click here to reveal e-mail address]
Sent: Sunday, June 16, 2002 2:36 PM
To: aspngcontrolscs
Subject: [aspngcontrolscs] Accessing Page object from static method

I have a namespace containing several control classes and a class with a
static method shared between the different controls, like so:

namespace xyz

{

class abc

{

static internal MyStaticMethod()

{

//Use Page object here

}

}

class control1 : control

class control2 : control

class control3 : control

}

From the static method I want to have access to the Page object, so I
can call the Trace log and Application Cache. Is there any way to do so
without having to pass the Page object to the static method? Now I'm
sure it's better design not to do any of this, and just make the method
independent, but it reduces the need to replicate code that I need in
the (related) controls. To avoid any problems, the method is marked with
'internal' so only the controls have access to it.

---
Michiel van Otegem
ASPFriends.com Moderation Team

ASPNL.com - ASP/ASP.NET/XML Teacher
http://www.aspnl.com
http://www.aspalliance.com/michiel
---
Teach Yourself XSLT in 21 Days
http://www.amazon.com/exec/obidos/ASIN/0672323184/aspnlcom-20

| [aspngcontrolscs] member Click here to reveal e-mail address = YOUR ID |
http://www.asplists.com/asplists/aspngcontrolscs.asp = JOIN/QUIT |
http://www.asplists.com/search = SEARCH Archives
Reply to this message...
 
 
System.ApplicationException
System.Web.HttpContext




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification