newbie question, actually questions
for instances: i have 10 chapters and each chapter contains few paragraph text content, i'm trying to build a listbox to list all characters and when the item selected, it displays related text
- i'm tring to use the SelectionChangedEventArgs for listbox to navigate a new xaml page where displays textblock text, is that proper? or there's a more efficient way?
- i'm having trouble to display the text dynamically in the xaml page where contains the textblock control, how do i pass a parameter from the selected listbox to the textblock xaml page, then dynamically display the text?
tks