B
BobLaughland
Hi There,
Is there a way to cache button images in ASP .NET 2.0.
What I have are buttons on my site which have 3 different images for 3
states,
1) Normal
2) Hover
3) Selected
What the issue is though is that the first time I hover over a buttton
it takes a few seconds to show the hover image because it is loading it
from the server. Same with the first time I click one of the buttons,
it is slow to show the selected image.
So yeah, can I somehow tell the page to preload all the images so that
it will be snappy.
Thanks,
Peter.
Is there a way to cache button images in ASP .NET 2.0.
What I have are buttons on my site which have 3 different images for 3
states,
1) Normal
2) Hover
3) Selected
What the issue is though is that the first time I hover over a buttton
it takes a few seconds to show the hover image because it is loading it
from the server. Same with the first time I click one of the buttons,
it is slow to show the selected image.
So yeah, can I somehow tell the page to preload all the images so that
it will be snappy.
Thanks,
Peter.