Does anyone know how to setup a form so "On Load" it populates muliple fields
using active directory?
If the fields of the form are null, I then want to pull in the current user
name, their phone number, email, manager information etc from Active
Directory when the form is loaded.
Thanks,
Dennis
Ben Walters - 28 Mar 2006 23:04 GMT
Hey Dennis
Best bet here is to create a web service that takes the current user name
(can be found in the System.Environment namespace) and returns the details
your after then put this returned data into the fields in the form.
This would obviously be easier through managed code than through script as
you could simply add a web reference to your project rather than having to
assemble the soap messages manually.
Cheers
Ben
> Does anyone know how to setup a form so "On Load" it populates muliple fields
> using active directory?
[quoted text clipped - 6 lines]
>
> Dennis