M
Martin
Hi,
I want to have a dropdownlist display the names of users in an Active
Directory group.
So far I have this:
a System.DirectoryServices.DirectoryEntry component,
path=WinNT://domainname/machinename/Users, AuthenticationType none,
UsePropteryCache true
dropList.DataSource=dirEntry.Children;
dropList.DataTextField="Name";
dropList.DataBind();
The dropdown list box is empty!
??
Thanks
Martin
I want to have a dropdownlist display the names of users in an Active
Directory group.
So far I have this:
a System.DirectoryServices.DirectoryEntry component,
path=WinNT://domainname/machinename/Users, AuthenticationType none,
UsePropteryCache true
dropList.DataSource=dirEntry.Children;
dropList.DataTextField="Name";
dropList.DataBind();
The dropdown list box is empty!
??
Thanks
Martin