sano the super geekthe endeavors of a professional geek at microsoft.Passing values between two IHttpHandlers within the same HttpContext- December 14, 2005 My latest ASP.NET coding endeavor required that I perform a postback and then transfer control over to a different page (primarily for URL concealment purposes) using Server.Transfer. I needed to be able to pass values from the source page to the target page, but didn't really have a good way to do this. A quick gander at the documentation seemed to indicate that the way to do this was to define public properties on the source page, use the Handler property of the Context instance to retrieve a.http://blogs.msdn.com/csano/archive/2005/12/14/503758.aspx |