473,394 Members | 1,696 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Basic Photo Album

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.
Nov 18 '05 #1
2 1626
there is a option to create a client side script that will change the full
image but it requires you to send all the pictures to the cilent at once,
witch is undesired!!!

Yoramo
"Guadala Harry" <gh****@aol.com> wrote in message
news:OE******************@TK2MSFTNGP09.phx.gbl...
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.

Nov 18 '05 #2
use 2 frames - display the large image in a frame depending upon which
thumbnail is selected in the other frame.
"Guadala Harry" <gh****@aol.com> wrote in message
news:OE******************@TK2MSFTNGP09.phx.gbl...
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.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nick | last post by:
I am building a photo album webpage and am not sure exactly how I should organize the database. Here's where Im at so far... I have one table called 'images' which contains the columns 'albumID',...
3
by: frizzle | last post by:
Hi there, I've posted the following question elsewhere, but got no response, and there seems to be no special htaccess-group, so i took the liberty to post it here. Hope y'all dont mind. I...
5
by: Joseph Ellis | last post by:
Hello all. I have a family website that I have been maintaining for the past year and a half or so. It includes a photo album that has grown quite large. So far I've displayed the photo album...
5
by: fraser | last post by:
Hi, I have a photo gallery with cat photos here http://mouserspage.cjb.net From the beginning, I have been making each page of thumbnails, with a separate page for each photo, entirely in...
3
by: Ben Cartwright | last post by:
I'd like to create an ASP.NET-based photo album. Rather than creating a bunch of HTML pages as in a typical photo album, I'd like to leverage the dynamic capabilities of ASP.NET. Any suggestions...
2
by: Linda | last post by:
Hey all, I'm not too sure if this is the right place to post my question - or if I should go to a JSP group. Anyway here is my question. I am looking at finding/ making an online dynamic...
2
by: David Griffiths | last post by:
Hi All Using VB 2005 I have been tasked with creating simple Photo Album page on our local intranet server that can display Thumbnails and then the full picture once the thumbnail is clicked...
1
by: w33d5 | last post by:
I'm looking for a little help in making an index file to read the subdirectories in the same folder and display the links in a table. i am loading photo galleries using google's picasa onto my...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.