Ajax vb.net树状视图

I want to implement a treeview in my project using vb.net and ajax.

im using a gridview to fetch and show the data. and i want to implement the treeview inside the grid. its like the name of a person is shown in the gridview and when i click the plus sign or anything next to it it expands with its details. im using sql for retriving the datas.

can anyone provide me any examples? or suggest any sites where i can download any sample code for this?

thanks in advance.

A tree view is normally "folder view" which can be found here

But my suggestion is you use accordion. You can find accordion example here..

Jquery Accordion

Sandbox Accordion

I shall recommend Jquery. You can customize it and write code to load the content on expanding the item, event to write your code is , change event of the Jquery Accordion.