Q1: I want to create tree view dynamically in ASP.Net , C# with user input from text box. I want to create up to 3 leel
e.g.
RootNode
ParentNode
ChildNode
Can anyone please tell me code in ASP.net, C#. User will enter text of nodes at runtime.
Q2: How to select index of rootnode, parentnode and childnode ?