I have a developed a treeview

When i select a child node, the contents of the selected node should be displayed in a gridview control.

Can anyone please tell me procedural approach or the code for the above requirement.

Member Avatar for stbuchok

Considering we don't know how you create your treeview control it's kinda hard to tell you the code.

Basic steps will be something like the following I would assume:

1. Crete a click event for the nodes
2. When node is click get the object desired
3. Bind that object to a gridview

I know this is very vague, but so were you. If you give us more details and maybe some code snippets we can help more.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.