I am developing Windows Store App.
I am loading XAML code dynamically from C# code behind file. So, I could not add click event to buttons.
Is there any way to get to know which button is clicked using button names with out the click event?