G
Guadala Harry
I created a simple "photo album" page; it has a bunch of ImageButton
controls that display the thumbnails - and then an Image control that
displays the full-sized image when the corresponding thumbnail is clicked.
It all works. What I'm wondering is how to get the full-sized image to
change (depending on which thumbnail is clicked) *without* the entire page
being reloaded. There should be no need to send all the thumbnails down
after they have been sent the first time. Output caching the page doesn't
help because the full-sized image displayed when the page was originally
cached continues to be displayed for the cache duration (regardless of which
thumbnail is clicked). Of course that behavior would be expected given what
caching is and does. So, how to change the Image without resending the
entire page?
Thanks in advance.
controls that display the thumbnails - and then an Image control that
displays the full-sized image when the corresponding thumbnail is clicked.
It all works. What I'm wondering is how to get the full-sized image to
change (depending on which thumbnail is clicked) *without* the entire page
being reloaded. There should be no need to send all the thumbnails down
after they have been sent the first time. Output caching the page doesn't
help because the full-sized image displayed when the page was originally
cached continues to be displayed for the cache duration (regardless of which
thumbnail is clicked). Of course that behavior would be expected given what
caching is and does. So, how to change the Image without resending the
entire page?
Thanks in advance.