七度&光 2011-09-05 08:37 采纳率: 100%
浏览 54

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.

  • 写回答

1条回答 默认 最新

  • ?Briella 2011-09-06 06:02
    关注

    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.

    评论

报告相同问题?