我装了一个TREEVIEW控件,但是我不知道要设置些什么,编译的文件夹应该放到哪个位置

解决方案 »

  1.   

    http://www.microsoft.com/china/msdn/archives/library/workshop/webcontrols/overview/treeview.asp
      

  2.   

    http://www.dvbbs.net/tech/net/2006042655955.asp
      

  3.   

    照做就好了:
    To run the IE Web Controls:1.  Copy the contents of the Runtime directory to the webctrl_client\1_0
        directory under your top-level site directory.  For example, if your 
        site root is c:\Inetpub\wwwroot, type this at the command prompt:    xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot\webctrl_client\1_0 /y    This will create the following directory structure under the site:      /webctrl_client/1_0
            MultiPage.htc
            TabStrip.htc
            toolbar.htc
            treeview.htc
            webservice.htc
            webserviced.htc
            [images]
            [treeimages]2.  Create a new web application in IIS and copy the contents of the
        samples directory to this application directory.  For example:    xcopy /s /i .\samples c:\Inetpub\wwwroot\sampleapp /y3.  Create a /bin subdirectory for the application and copy the file
        Microsoft.Web.UI.WebControls.dll to this directory.    The contents of the application will be as follows:      /sampleapp
            multipage.aspx
            state_city.xml
            tabstrip.aspx
            toolbar.aspx
            treeview.aspx
            treeview_bound.aspx
            /bin
              Microsoft.Web.UI.WebControls.dll4.  Request the sample pages from your Internet Explorer web browser, for
        example: http://localhost/sampleapp/multipage.aspx
      

  4.   

    c:\WINDOWS\assembly\GAC\Microsoft.Web.UI.WebControls\1.0.2.226__31bf3856ad364e35\Microsoft.Web.UI.WebControls.dll”中的定义
    出现这样的问题,百思不能其解呀
      

  5.   

    在项目中添加引用,在.NET选项卡中找到Microsoft IE WebControl就可以了或者直接把它添加到工具栏里,使用的时候直接拖放就可以了
      

  6.   

    我就是按楼上兄弟的话去做的,是不是一定要asp2.0啊