tags:

views:

27

answers:

1

Hello! So, I got a 10 element array and I want to display those elements in a 10 textboxes that are in different xaml file and are created as a child of stack panel. How do I do it?

Thanks in advance.

A: 

Create a class. Link both sets of XAML to the same fields in the same instance of the class. Let DataBinding be your friend.

Robaticus