TreeView
March 17th, 2010I need to have a treeview with the following format:
Home
-----Options
----------General
----------Advanced
-----Users
----------John Smith
----------Luke Brown
----------... ...
When users open the Options folder, the child items should appear immediately (not exchanging information with the server), because these items will never change. When users open the Users folder, the child items should be loaded from the server.
So, my question is: how can I achieve this?
Thanks,
Paul
#If you have any other info about this subject , Please add it free.# |