I have a main form with a load of controls on it. I have a listbox, and a piece of code that is looking at individual items eg:
when i use the navigationservice.navigate function to navigate to a different page, and then navigate back to the main page i can no longer edit that list box. The code still runs and doesnt error, but the list item is not updating. Its almost like there are two instances of the form open.
Any ideas?
thanks
Code:
dim listitem as listboxitem = me.listbox.item(0)
Any ideas?
thanks