Posted on: 6/15/2015 4:58:14 AM | Views : 738

I want to display directory structure in asp.net using treeview ,  directory structure is very huge on page load i just want to show the root node and when the user clicks on the + sign it should load one level below 
1)how do i pass the the path to the directoyinfo when i call TreeView1_TreeNodePopulate 2)once the files are displayed how do i implement a way for the user to click and download the files
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Director ...

Go to the complete details ...