Silverlight deep zoom image click issue - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T04:03:10Z http://stackoverflow.com/feeds/question/1081859 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1081859/silverlight-deep-zoom-image-click-issue 0 Silverlight deep zoom image click issue George2 2009-07-04T09:16:00Z 2009-07-23T04:51:52Z <p>Hello everyone,</p> <p>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).</p> <p>Any reference samples or documents? I am using Silverlight 2.0 + VSTS 2008 + .Net + C# + IIS 7.0 on Windows Vista x86 Enterprise.</p> <p>thanks in advance, George</p> http://stackoverflow.com/questions/1081859/silverlight-deep-zoom-image-click-issue/1169666#1169666 1 Answer by Ramesh Vel for Silverlight deep zoom image click issue Ramesh Vel 2009-07-23T04:51:52Z 2009-07-23T04:51:52Z <p>Hi</p> <p>projectsilverlight <a href="http://projectsilverlight.blogspot.com/2008/03/dissecting-hard-rock-memorabilia-and%5F8725.html" rel="nofollow">Wilfred Pinto</a> posted interesting solution to find the image index of the selected image. go check out here</p> <p>I used the index to loop through the MetaData.xml collection to find the tags associated image.. </p> <p>Cheers</p> <p>Ramesh Vel</p>