Hi,
im currently testing the website i created. i used a method of displaying the image through FileStream and BinaryReader (e.g "http://localhost/img.aspx?id=test.jpg"). it works fine actually, but the thing is, everytime i navigate through pages the image reload as well, taking a hit on the page load time.
question:
is there a way to cache the image. so once it's loaded before, it won't stream anymore and will use the cache instead? thanks and hope someone could help me.