Jul 25, 2012 #1 karteekb Programmer Joined Jul 25, 2012 Messages 1 How do I Redirect from one page to another page using session variable in http handlers?
Jul 25, 2012 #2 jbenson001 Programmer Joined Jan 7, 2004 Messages 8,172 Location US Not sure why you want to do that, it is not really the purpose of using a handler, but you can try: Code: HttpContext.Current.Response.Redirect("YourPageHere") Upvote 0 Downvote
Not sure why you want to do that, it is not really the purpose of using a handler, but you can try: Code: HttpContext.Current.Response.Redirect("YourPageHere")