I am trying to replace my listbox without data binding for a LongListSelector with data binding. The problem I am facing (since I'm new with this) I don't find a good example how to implement properly the LongListSelector Jumplist with data binding that according to the item choose navigates to different pages.
I followed this example: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj244365(v=vs.105).aspx#BKMK_AddingLongListSelectortoyourproject
How do I make it to navigate to different pages according to the option chosen?