Creating a tree view
Hello
I am having a problem creating a tree view(Similar to the way a directory structure is displayed in Windows Explorer)
I have to create a tree View such that all level one nodes are first read from a XML file.
Then when the corresponding expand image( generally a plus symbol)
is clicked then the remaining nodes below the current should be fetched from the XML file on the server.
Seems very strange to me.
Can anyone help???
Thanks
|