Best technique to store data locally

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top