Rickie Lee's blog

Welcome to my blog. I'm mainly involved in .Net platform and corresponding technologies. Thanks.

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  383 随笔 :: 3 文章 :: 1240 评论 :: 98 Trackbacks

6.WebPart开发

This category contains SharePoint Web Parts designed by me. You can use them freely if you think they are useful for you.
     摘要: Building ASP.NET 2.0 Web Parts  阅读全文
posted @ 2005-08-10 05:55 Rickie 阅读(2125) | 评论 (3)  编辑

posted @ 2005-08-09 06:26 Rickie 阅读(1961) | 评论 (1)  编辑

     摘要: Two connected Web Parts operate in a publisher/subscriber fashion. Any change in the values exposed by the provider are immediately reflected by the consumer. As you can imagine, this model lends itself very well to representing master/detail models of data that are also extensible at will. The Web Part connection model consists of two interoperating entities—a provider and one or more consumers.   阅读全文
posted @ 2005-07-01 07:53 Rickie 阅读(828) | 评论 (1)  编辑

     摘要: Windows SharePoint Services Software Development Kit  阅读全文
posted @ 2005-03-14 13:51 Rickie 阅读(982) | 评论 (0)  编辑

     摘要: WSSDAL (WSS Data Access Layer) – a SharePoint Web Services alternative  阅读全文
posted @ 2005-03-07 01:49 Rickie 阅读(1259) | 评论 (1)  编辑

     摘要: SharePoint SDK更新下载版本(Jan05)  阅读全文
posted @ 2005-02-11 08:54 Rickie 阅读(1862) | 评论 (0)  编辑

     摘要: 编写了一个简单的Web Part,用来显示SharePoint Site中所有Document Libraries(1个或多个)和子目录中最新文档。 这里提供的What's new document web part可以检索并显示Document Libraries所有子目录中最新文档,并且可以显示Modified by, Subfolder name and Document Library等等信息。  阅读全文
posted @ 2005-02-03 04:27 Rickie 阅读(1815) | 评论 (5)  编辑

     摘要: 继续前面的posting《Web Parts, Impersonate and Security Policy, Part 1》《Web Parts, Impersonate and Security Policy, Part 2》,阐明如何解决SharePoint Web Parts开发过程中访问权限的问题。Part 1与Part 2分别以C#和VB.Net示例代码演示了impersonate(角色扮演)的应用。 仅仅上述代码还不能解决问题,还需要配置SPS的代码访问安全(Code Access Security)。为了让managed code通过P/Invoke调用unmanaged code,并操纵ASP.NET内的安全对象。正如Impersonator类做的那样,SharePoint的安全策略必须进行调整。  阅读全文
posted @ 2005-01-28 01:07 Rickie 阅读(1260) | 评论 (0)  编辑

     摘要: 继续前面的posting《Web Parts, Impersonate and Security Policy, Part 1》,阐明如何解决SharePoint Web Parts开发过程中访问权限的问题。Part 1中以C#的示例代码演示了impersonate(角色扮演)的应用。 这里简单贴出VB.Net代码,方便使用VB.Net的CASE。  阅读全文
posted @ 2005-01-27 00:26 Rickie 阅读(1150) | 评论 (0)  编辑

     摘要: 在开发某些Web Parts的时候,需要访问一些对象或数据。因为SPS进行严格的安全访问控制,有些用户授权实现这些操作,但是其他用户则没有授权,同时也不可能授予这些权限给所有人。  阅读全文
posted @ 2005-01-26 03:50 Rickie 阅读(1416) | 评论 (1)  编辑

     摘要: 缺省情况下,WSS_Minimal和WSS_Medium不允许访问SSO功能,为了授予访问权限,需要修改策略文件(Policy files)或创建定制的策略文件。  阅读全文
posted @ 2005-01-25 07:14 Rickie 阅读(985) | 评论 (1)  编辑

     摘要: Microsoft.SharePoint.Menu提供树状的控件来替换site左边默认的QuickLaunch导航条或增强SPS/WSS站点导航功能。通过使用FrontPage 2003删除默认QuickLaunch,增加新的WebPart Zone,然后简单拖拉Microsoft.SharePoint.Menu Web Part到新创建的Web Part Zone。  阅读全文
posted @ 2005-01-20 02:39 Rickie 阅读(1431) | 评论 (0)  编辑

     摘要: Advanced SharePoint Services Solutions  阅读全文
posted @ 2005-01-16 01:29 Rickie 阅读(812) | 评论 (0)  编辑

     摘要: 编写了一个简单的Web Part,用来显示SharePoint Site中所有Document Libraries(1个或多个)和子目录中最新文档。  阅读全文
posted @ 2005-01-10 04:25 Rickie 阅读(1903) | 评论 (10)  编辑

     摘要: Microsoft提供的Web Part Demo资料,演示SharePoint Portal Server Web Part的开发.  阅读全文
posted @ 2005-01-08 01:16 Rickie 阅读(1442) | 评论 (0)  编辑

Full 6.WebPart开发 Archive