Problem
On one Form I have a Multilist where each item has a "name" and an "ID number". I'd like my app to do the following:
After I select an item, it will go to the "profile" screen and then it will display all the information about that person, based on the "ID number" that I will get from the Storage.
Question
How can I get the information from the Multilist item I just clicked? And then, how can I save that info so I can use it in the "before show (Profile screen)" so I can retrieve the info from Storage. Thnaks