Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)
IHttpHandler and Session
As a follow-up to yesterday's post , I needed the ImageRequestHandler to retrieve data from an external source, rather than always generating the same graph. For some reason, though, the Session object inside ProcessRequest's HttpContext was always null. Read More...
Dynamic image retrieval with .axd
A lot of my work these days deals with images in web controls; I had an earlier post completed about pulling down portions of an image through JavaScript to piece together a very wide image client-side, but then directions shifted and I never got around Read More...
Page view tracker