G Guest Jun 4, 2005 #1 Any posible way to find out from application which page is currently active, and to access that page? Thanks Milan
Any posible way to find out from application which page is currently active, and to access that page? Thanks Milan
S Scott Allen Jun 4, 2005 #2 Hi Milan: If you are on a thread processing a request, you can get to the page, the Request, Response, Cache, Session etcetera, using HttpContent.Current.
Hi Milan: If you are on a thread processing a request, you can get to the page, the Request, Response, Cache, Session etcetera, using HttpContent.Current.