C
Cliff Harris
I have a utilities class in my ASP.Net application that encapsulates
functions that I use often. I would like to use this class to access some
object that I have acces to on a page, like Request, Response, and
Application... is there any way for me to access these without having to
pass them in a parameters to my functions?
Thanks,
-Cliff
functions that I use often. I would like to use this class to access some
object that I have acces to on a page, like Request, Response, and
Application... is there any way for me to access these without having to
pass them in a parameters to my functions?
Thanks,
-Cliff