Afternoon,
I have my json information, 18 items in this case and could be 300, but all is well and I have it in a listview that I can scroll. My question is that when clicking on an item in the list is goes to the ListView1_Click where I would like to either do to things: one just list the contents of that array separate from all the others so that changes can be made if need be or two pass to another module to accomplish the presentation. The issue is that in the other module is does not recognize the listview information or the array. That said It may be easier to just alter the view to present only the info through another listview, scroll view or what have you.
Anyone have any suggestions? I appreciate the help.
Ron:sign0085:
I have my json information, 18 items in this case and could be 300, but all is well and I have it in a listview that I can scroll. My question is that when clicking on an item in the list is goes to the ListView1_Click where I would like to either do to things: one just list the contents of that array separate from all the others so that changes can be made if need be or two pass to another module to accomplish the presentation. The issue is that in the other module is does not recognize the listview information or the array. That said It may be easier to just alter the view to present only the info through another listview, scroll view or what have you.
Anyone have any suggestions? I appreciate the help.
Ron:sign0085: