Click here to Skip to main content
15,922,015 members

Comments by jgpatel (Top 2 by date)

jgpatel 23-Feb-12 16:32pm View    
Joachim,
Preloading might not be a good idea in my case. The images are dynamically created. i will have to move a bunch of code to the preloader page to get the image there.

I think I need some way of finding out when the handler finishes loading.
jgpatel 22-Feb-12 10:49am View    
Martin,
since the images are generated dynamically, they do not have a file name like ./images/pic.png. How do I add them to cache or session? and would that be inside the handler or aspx page?