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