Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a ListView Control, DataTemplate which displays Image and Two TextBlock. Have Used ItemClick Event.

In ItemClick Event
var SelectedItem = e.ClickedItem;

Now the SelectedItem contains
ImageUri , Day and Place Values.

How do i get the Day and Place Values in two Separate string.?

If any one could guide me through this, it would be helpful.
Posted
Updated 10-Aug-15 23:43pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900