how to find child nodes at root node [TreeView]

Use the FindNode method to get a node from the TreeView control at the specified value path. The value path contains a delimiter-separated list of node values that form a path from the root node to the current node. Each node stores its value path in the ValuePath property. The PathSeparator property specifies the delimiter character that is used to separate the node values.

How to get client file system directories in treeview asp.net C#

Hi i am developing a webbased ftp client application i want to get client file system directories and populate them into a tree view i try this code but it will give directories of the system (server) where my application is running , i want that when any user accesss my application through a browser i want load users filesystem directories.