惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy & Cybersecurity Law Blog
V
V2EX
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
MongoDB | Blog
MongoDB | Blog
P
Privacy International News Feed
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
Kaspersky official blog
S
Secure Thoughts
T
Tenable Blog
Security Latest
Security Latest
The Cloudflare Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
aimingoo的专栏
aimingoo的专栏
TaoSecurity Blog
TaoSecurity Blog
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
Schneier on Security
Schneier on Security
Webroot Blog
Webroot Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Scott Helme
Scott Helme
IT之家
IT之家
Latest news
Latest news
The Hacker News
The Hacker News
C
Check Point Blog
T
The Exploit Database - CXSecurity.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
N
News | PayPal Newsroom
Forbes - Security
Forbes - Security
P
Palo Alto Networks Blog
S
Security Affairs
S
Securelist
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
A
About on SuperTechFans

博客园 - 李晓

离开程序员的行业3年了,这次回来,心情波动很大 现在不做程序员了,不会了 现在的生活 芙蓉姐姐大片美若天仙 - 李晓 - 博客园 博客地图怎么做? 我是一个很不称职的管理员 写了一个以树形显示文档库的WEBPART,可根据权限显示文档库 更正用AJAX实现IE TREE无刷新取值的方法 转发: Visual Studio 2005常用插件 转发:编程之余保护眼睛[不断更新ing...] 转发:Session研习笔记 转发:使用JavaScript删除ASP.NET生成的HttpCookie 大病了一场,不过闲时对AJAX探索时,实现了IE TREE无刷新 2006年的长春.NET俱乐部 关于WSS搜索的问题 AJAX(2) 在将WEBPART打包成*.CAB包和*.MSI安装包后,竟然无法将其安装到指定的WSS网站 关于AJAX开发 在C#中实现MSN消息框的功能
提供可在WSS上使用的MYTREE
李晓 · 2006-02-08 · via 博客园 - 李晓

今天是春节后第一天上班,在邮箱中看到一个朋友的留言,他问了我两个问题:

1、如何在WSS使用TREE
2、在WSS上如何使用USERCONTROLS

其实这两个问题在kaneboy的BLOG中都已经提到了它的解决方法。
 
1、如何在WSS使用TREE
对于显示WSS文档库的结构,是使用迭代的方法,使用WSS的SP物件来实现,迭代方法的代码就不在这里写出了,在网上可以找到相关源代码,在这里,我只提供使用两种TREE的来显示文档库结构

.使用MYTREE
MYTREE是一国外的高手写的TREE程序,它有强名称,即是说,它可以通过WEBPART直接加载到WSS中。
下载地址:MYTREE DOWNLOAD URL

.使用Microsoft 的IE Tree
该控件只能通过加载USERCONTROLS的方法在WSS中使用,所以,当在WSS中需要实现多功能的TREE时,建议不要使用该控件

2、在WSS上如何使用USERCONTROLS

使用USERCONTROLS的方法在kaneboy的BLOG中有相关的文档教程,写得很详细,也很简单,建议实做一下比直接给出源码更能加深记忆。在我的BLOG中也有几篇相关的随笔,大家可以看一下。

希望大家继续提出问题,一共进步!