up vote 0 down vote favorite
2
share [g+] share [fb]

I am using deep zoom composer to generate XAP and html files and they works fine for me. Currently, I want to retrieve the information about which image the end user is clicked, and I want to display the description information for the user clicked image in another Silverlight TextBox control on the same page. The description informaiton is currently stored in a database, and has WCF interface. So, I need to know which image in the whole deep zoom area is clicked (support I have 100 images, 10 images in a row and 10 rows).

Any reference samples or documents? I am using Silverlight 2.0 + VSTS 2008 + .Net + C# + IIS 7.0 on Windows Vista x86 Enterprise.

thanks in advance, George

link|improve this question

57% accept rate
feedback

1 Answer

projectsilverlight Wilfred Pinto posted interesting solution to find the image index of the selected image. go check out here

I used the index to loop through the MetaData.xml collection to find the tags associated image..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.