I have one variable and this variable contain multiple data.
I want to find perticuler one data so how i can find it?
my code is like
private void g1_Hold(object sender, Microsoft.Phone.Controls.GestureEventArgs e)
{
var item=(sender as StackPanel).DataContext;
}
Here item contain multiple data like id, name ,imagepath,songpath etc.
Now i want just imagepath so how i can get it.
Help me .
Thanks in advance.
Try this one.
Hope its working if you store data in class.