I have been trying unsuccessfully to code an Active Directory searcher that displays a list of users in a drop-down list.
For instance if you select a user from a drop-down list of Users, the manager or managers that the user belongs to will populate a second drop-down list with the manager of the selected user as the first option on the list.
I can handle the Cascading of the drop-down lists, what I have been having trouble with is relating users to managers.
I am turning to SQL Gurus to see if it is possible to use SQL Server to grab users and the managers they are related to from Active Directory and populate a SQL Server database. Then I can use my .NET app to populate the drop-down lists as described above.
I have Googled the web to death but have come up empty.
Is this possible?