0
 


I am new to Windows Store app and I am connecting to a web service that I have created. I get an object called user that has all the information that I need to populate my controls with and the values are being populated correctly in the object. What I cannot seem to figure out is how to connect the object to the controls on the XAML page. I am currently trying to populate the users first name to the  textblock.


I have gone through tutorials and I cannot see what I am missing.

Here is the code for my XAML: