How to use ListView to display contacts in Windows8.1
In a button click event i need to get all contacts available in my phone and need to to display its details like Display name,phone number in a ListView.And then after picking a contact i need to display the Displayname,phone number in text boxes.How to do..
ramya bharathPosted Oct 9, 2015, 12:26 AM
2. List view is in such a way that on item template and edit item template being defined as per ur requirement
3. Call on edoting function to do any other changes to listview
Refer this for better understanding.http://www.codeproject.com/Questions/487087/ASP-NETplusListViewplusEditItemTemplate-fItemComm
ramya bharathPosted Oct 12, 2015, 2:50 PM
Murali RPosted Oct 9, 2015, 7:27 AM