07 2005 档案

摘要:Using SharePoint 2003 Web Services to Retrieve Data From A List 阅读全文
posted @ 2005-07-27 06:18 Rickie 阅读(1023) 评论(0) 推荐(0)
摘要:DataSets vs. Collections 阅读全文
posted @ 2005-07-15 06:54 Rickie 阅读(1325) 评论(1) 推荐(0)
摘要:Pocket C# Project 阅读全文
posted @ 2005-07-12 00:30 Rickie 阅读(1596) 评论(1) 推荐(0)
摘要:根据IsAccountLocked属性来判断Account是否Lock/Unlock,因为LDAP provder不支持IsAccountLocked属性,这里采用WinNT Provider:(注意Provider提供程序标识符区分大小写) 阅读全文
posted @ 2005-07-07 01:55 Rickie 阅读(2987) 评论(0) 推荐(0)
摘要:首先根据UserName创建DirectoryEntry对象实例: DirectoryEntry de= new DirectoryEntry(results.Path,ADUser,ADPassword,AuthenticationTypes.Secure); 需要注意的是ADUser/ADPassword必须具有Account Operator或Administrator的权限,否则de.CommitChanges();会抛出异常。 阅读全文
posted @ 2005-07-02 00:53 Rickie 阅读(3005) 评论(0) 推荐(0)
摘要: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 阅读(1098) 评论(1) 推荐(0)
摘要:从Active Directory中获取用户信息 阅读全文
posted @ 2005-07-01 02:12 Rickie 阅读(6320) 评论(4) 推荐(0)