I've a large treeview.(some 20 root nodes, each one has some more than 50 childs, sub childs etc).
This tree is populated from sql server 2005 database.
I want to highlight the searched nodes. How can i do this?
For Example: if i search a text '%SD Tools', all the nodes having text '%SD Tools' should be
highlighted With Red Color And My Curser Current Postion Should Be On Searched Node
Regards,
Arvind
Loading
arvind mewaraPosted Sep 28, 2007, 12:03 AM
ur example is in vb.net and some of fucntion or you can say command is not working in asp.net compare to vb.net.
i want help for asp.net 2.0 treeview for web application.
so try to help me for asp.net treeview.
Jan MontanoPosted Sep 26, 2007, 9:27 PM
Here's an article by Scott Lysle found on this site: Working with TreeView Control in C# .
Cheers,
Jan