Hi, I am using the following code to populate tree view with a network drive. void PopulateNode(Object source, TreeNodeEventArgs e) { TreeNode node = e.Node; Go to the complete details ... Bookmark It