I am new in visual studio and trying to learn it. I am exploring a scenario but couldn't find how to do that in visual studio 2012 using windows 8.The Scenario is:I have three buttons named as Bob, Jolly, Elas. When user clicks on a button a popup menu appear that will show the PICTURE, NAME, AGE and COUNTRY of that particular person and these values would be passed through object.I have done that program in java but as I am new in visual Studio so I am confusing specially about XAML. Please tell how the above program can be implemented using XAML and C# on windows 8 platform.Thanks...