This is my first time playing with Active Directory, as well as the Ajax Control Toolkit. What I'm trying to do is when a user starts to type their name in a textbox, it will attempt to auto-complete their name as listed in AD. Every example I can find on using the AutoCompleteExtender, it's referring to an ASMX file in the ServicePath.
I've managed to figure out how to add our AD web service as a service reference to my project. Can anyone provide any guidance or examples on how I can get AutoCompleteExtender to recognize and play with my AD service reference? Is it even possible?
Thank you for any assistance.
After much research and help from our system admins to get the correct LDAP path, I've finally got this working. I'm posting the code so other's can benefit from it. (Note that I first installed AJAX Control Toolkit for .NET 4.0.)
Default.aspx:
ADS.asmx.cs:
Enjoy!