TreeView控件下载后如何使用!!!!!

hufude 2003-07-30 11:13:53
最近我在http://www.asp.net下载了TreeView控件
按照Readme文件中的步骤操作后,但无法在*.aspx页
中使用,请各位师兄指教。
...全文
51 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
jpyc 2003-10-30
  • 打赏
  • 举报
回复
http://218.56.11.178:8009/

自己搜搜,开放源码的论坛!里边有TREEVIEW的用法。

http://expert.csdn.net/Expert/topic/2248/2248544.xml?temp=.6887018

c#的
xmqy110 2003-08-29
  • 打赏
  • 举报
回复
请问谁知道楼上的第一步如何完成,怎么修改路径啊?
PoorAngel 2003-08-29
  • 打赏
  • 举报
回复
给我分数吧!
我告诉你!
http://expert.csdn.net/Expert/topic/2181/2181469.xml?temp=.418667

点击桌面上,我的电脑,右击,找到"属性"了吗?在系统特性里面找到"高级",--"环境变量"
然后是系统变量里面赵"Path",添加D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin;C:\Program Files\Common Files\Microsoft Shared\VSA\7.1\VsaEnv;C:\WINNT\Microsoft.NET\Framework\v1.1.4322
就可以了!

然后运行bulid.bat,出现*.dll了吧!
可以安装说明书上的做了!
xiangzionest 2003-08-29
  • 打赏
  • 举报
回复
修改.bat文件,即可
sunnyfigo 2003-08-29
  • 打赏
  • 举报
回复
关注
仔细搜搜,里面有很多这样的帖子!
batisituta 2003-08-29
  • 打赏
  • 举报
回复
先查找csc.exe文件在系统中的真实路径,将bulid.bat文件里
的路径改为这个路径就可以了。
pagefan 2003-07-30
  • 打赏
  • 举报
回复
up
hlj321 2003-07-30
  • 打赏
  • 举报
回复
关注
panyee 2003-07-30
  • 打赏
  • 举报
回复
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory.
The build folder contains Microsoft.Web.UI.WebControls.dll and a
Runtime directory of supporting files.

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 /y

3. 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.dll

4. Request the sample pages from your Internet Explorer web browser, for
example: http://localhost/sampleapp/multipage.aspx
batisituta 2003-07-30
  • 打赏
  • 举报
回复
1.bulid.将bulid.bat的路径指向csc.exe所在路径,生成Microsoft.Web.UI.WebControls.dll。
2.在wwwroot下创建空目录webctrl_client\1_0。
3.将build\Runtime下的文件拷至webctrl_client\1_0下。
4.选择工具箱的自定义工具箱,添加Microsoft.Web.UI.WebControls.dll。
hlj321 2003-07-30
  • 打赏
  • 举报
回复
正在学习

62,046

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧