How to select node in ASP.NET IE Web Treeview

  • Home
  • Blog
  • How to select node in ASP.NET IE Web Treeview

I have a found a very simple way to select a particular node.here is the one line code…first traverse the node and then paste following code. tv.SelectedNodeIndex=Node.GetNodeIndex(); that’s it..happy programming..