Best technique to store data locally

  • Thread starter Thread starter Aussie Rules
  • Start date Start date
A

Aussie Rules

Hi,

In my application I have a list view and a tree view.

The tree view allows the user to select different nodes, and then the
listview needs to display items associated with treeview node. Each treeview
node will have different listview items which the user can add and delete
to.

The concept is similar to explorer, when you click on a folder you see the
files in that folder...

I am wondering what is the best way to 'store' the listview items for each
treeview node, so that when the user returns to the node again, the proper
data is displayed. I don't want to have a database just to hold this data.

Thanks
 
Back
Top