DataTemplate In XAML (WPF, Windows Phone, Windows 8 and Silverlight)
In the page load event I am loading country data because it’s a small sample. That’s why I did not create a separate view model but in the code behind I define one collection, the ListOfCountry list. This will store all country information with respective...