I have a page containing a listView. The listviews data source loads a different set of values depending on where its nacigated to from.
Think, User page, which loads different users data depending what username is clicked on.
This works fine for the first user navigated to, but after that when you navigate to it the datasource does not reload the data and it shows the first users data still.
How can I force the listview to reload its datasource on navigation to this page?