I am searching for this long time and i couldn't get it.
I have a Long list selector in my windows phone 8 project. How can i manage the button event in each item in the data template? I need to get the selected item in that button event. Code snippet shown below. Please help.
try this
// in your button click event type this code
var selectedValue = ((sender as Button).dataTemplate;
var selectedValue = ((sender as Button).dataTemplate as SbCaDd).AcNo;