下载微软的IE Web Controls,里面包含有TreeView控件

解决方案 »

  1.   

    MS的TREE!
    see:
    http://community.csdn.net/Expert/topic/2887/2887346.xml?temp=.6167566
      

  2.   

    微软的treeview控件,下载后按要求安装
      

  3.   

    .NET平台下Web树形结构程序设计see:
    http://www.microsoft.com/china/community/Column/30.mspx
      

  4.   

    http://www.microsoft.com/china/msdn/library/dnaspp/html/aspnet-usingtreeviewiewebcontrol.asp
      

  5.   

    很少人用那个treeview,非常不好用,
    一般都是自己用js来写。
      

  6.   

    下载这个microsoft.web.ui.webcontrols.dll文件,引用就可以了
      

  7.   

    安装说明:
    下载:IE Web Controls 地址:http://www.linyihr.com/treeview.rar
    1、双击安装完成,默认:系统盘:\program files\IE Web Controls目录下。
    2、运行“程序——Microsoft Visual Studio.NET 2003 ——Visual Studio.NET 工具 ——Microsoft Visual Studio.NET 2003 命令提示符”,进入到IE Web Control 安装目录。
    3、运行build.bat 。
    4、运行xcopy /s /i .\build\Runtime (网站根目录,默认系统盘):\Inetpub\wwwroot\webctrl_client\1_0 /y 。
    5、在”工具箱——web窗体“单击右键,选择“添加/移除项...”,在弹出对话框中选择.net framwork 组件,单击“浏览”,找到IE WebControl.dll 文件,添加上即可
      

  8.   

    http://www.gotdotnet.com/team/webcontrols/treeview/tree2.aspxhttp://www.gotdotnet.com/team/webcontrols/treeview/tree.aspx
    还有这个
    http://www.freevbcode.com/ShowCode.asp?ID=652HOWTO: Populate a Treeview Control with an XML Filehttp://support.microsoft.com/default.aspx?scid=kb;EN-US;q244954
    http://msdn.microsoft.com/workshop/webcontrols/behaviors/library/treeview/treeview.asphttp://dev.csdn.net/article/28/28499.shtm
    http://dev.csdn.net/article/28/28502.shtmhttp://aspnet.4guysfromrolla.com/articles/051403-1.aspx