Hi!
I have two controls on my page. One is a datalist and the other is a repeater. The datalist displays an image based on a querystring. The repeater displays the images that are in a category.
I would like to link from the repeater to the datalist, without loading the entire page. Can the updatepanel be used for this? What would be the trigger if I did it this way?
If you go to http://www.timothyeberly.com/photo-detail.aspx?id=592&tid=12 you can see what I am trying to do. I would like to show what ever photo you click on in the highlighted area without reloading the page.