The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Treeview Operations Using Database
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Hapani ANkitPosted Mar 4, 2013, 2:02 AM
very use full this code
Hema KalidindiPosted Dec 18, 2012, 7:55 AM
TreeView1.Nodes.Add(dr.GetValue(0).ToString()) I am getting below error for the above line... Error :The best overloaded method match for 'System.Web.UI.WebControls.TreeNodeCollection.Add(System.Web.UI.WebControls.TreeNode)' has some invalid arguments Error : Error 2 Argument 1: cannot convert from 'string' to 'System.Web.UI.WebControls.TreeNode' Please help me to solve the above error.
mohan kumarPosted Nov 21, 2011, 1:11 AM
Excellent article Ghanashyam Nayak..Keep working on...Good article for C# starters..
Ken HPosted Oct 1, 2011, 9:47 AM
hi, this a good article.
Mahesh ChandPosted Apr 22, 2011, 10:41 PM
Good start Ghanashyam! Here are some interesting examples of a TreeView that would help lot of users. If you could implement those, that would be nice. 1. Multiple levels - Add nodes as a child on the selected node 2. Rename using F2 key 3. Drag and drop a branch to move it to a different position in the Tree Cheers!
Mayur GujrathiPosted Apr 15, 2011, 1:42 AM
It is a nice article