G Guest May 10, 2005 #1 Hi guys How do I use Response.Redirect from a non-page class file? Cheers Dan
G Guest May 10, 2005 #2 Hi, Using HTTPContext.Current.Response.Redirect(); should work. HTTPContext.Current will give you access to the current web objuects such as Request and Response etc. Hope this helps, Andy
Hi, Using HTTPContext.Current.Response.Redirect(); should work. HTTPContext.Current will give you access to the current web objuects such as Request and Response etc. Hope this helps, Andy