N
Noel
Hi!
Is it possible to populate a dropdown list with ADSI users list?
Here's my current idea...
if XDocument.IsNew then
set objUser = GetObject("WinNT://petnet/Domain Users")
for each member in objUser.members
fullname = objUser.Fullname
... ? (no idea to bind the items to dropdown)
next
end if
Thanks in advance!
Is it possible to populate a dropdown list with ADSI users list?
Here's my current idea...
if XDocument.IsNew then
set objUser = GetObject("WinNT://petnet/Domain Users")
for each member in objUser.members
fullname = objUser.Fullname
... ? (no idea to bind the items to dropdown)
next
end if
Thanks in advance!