|
-
Jan 24th, 2005, 09:01 AM
#1
Thread Starter
Lively Member
Dynamic Images
I'm using a .aspx style of dynamic image where I code in the PAGE_Load procedure of a page and set the contenttype to "image/png"
It's working fine but calling the page_load procedure twice which is a quite expensive procedure.
I can implement a cache of some sort but I'd rather know why it is requested twice.
I've specified the image size in the <img> tag already which was my first suspect.
Help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|