用treeview,要安装iewebcontrol,可以在google上搜索一下,到处都有下载。

解决方案 »

  1.   

    Internet Explorer WebControls不在VS.NET的标准Server Control中,要到微软的站点上下载,下载地址是:http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/Downloads/samples/Internet/ASP_DOT_NET_ServerControls/WebControls/default.asp 下载安装后第一次使用时,要右击工具箱Customize Toolbox…→.NET Framework Components中找到Micosoft.Web.UI.WebControls.Treeview后选中,这样Treeview控件就出现在工具箱中了。
      

  2.   

    IEWebControls.exe到MS网站下载后,按照里面的说明安装。
      

  3.   

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

  4.   

    安装说明:
    下载:IE Web Controls 地址:http://mfd.2156.cn/IEWebControls.exe
    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 文件,添加上即可