到google找过了...都找不到链接了.

解决方案 »

  1.   

    http://www.microsoft.com/china/msdn/archives/library/workshop/webcontrols/overview/treeview.asp
    微软官方的树,不知道你找的是这个不?
      

  2.   

    microsoft 的treeview 不行....他没有csdn的效果好.....我要的是无刷新(xmlhttp),点击某个note才会加载它的效果!csdn我记得是用js开发的
      

  3.   


    <html>
    <head>
    <META NAME="Robots" CONTENT="noindex">
      <meta content="text/html;charset=gb2312" http-equiv="Content-Type">
      <title>Deeptree</title>
      <link rel="stylesheet" type="text/css" href="/expert/deeptree/css/deeptree.css">
      <script src="/Expert/style/get_css.js"></script>
    </head>
    <script>
      if (top.location == self.location)
        {
        top.location.href = "/";
        }  function selectstart()
        {
        window.event.cancelBubble = true;
        window.event.returnValue = false;
        return false;
        }
    </script>
    <body onselectstart="selectstart();" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"  class = "color1">
    <nobr>
    <div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">
    </div>
    </nobr>
    </body>
    </html>
      

  4.   

    csdn的导航树用htc调用xml实现的。
      

  5.   

    http://community.csdn.net/tree/navigation.htm
      

  6.   

    不用找地方下了,告诉你这样就可以得到,操作步骤:
    清空缓存--〉打开http://community.csdn.net/expert/forum.asp--〉看缓存:什么都有!它的htc好像是在.css调用的.