I fill a LongListSelector with names of products and i would like to put images of products too in my LongListSelector. I get my datas from my webserver using webclient method. To get an image i only know i should use something like this:
pic.Source = new System.Windows.Media.Imaging.BitmapImage(new Uri("http://srvname.com/images/greenpasta.jpg"));
But i don't know how to show images on long list selector.