ASP.NET management that enables the integration of the Global Address List (GAL)
I know I can use System.DirectoryServices
to collapse my own GAL Name / email control and I've seen a lot of people explaining the basics of how to do this, but some of them know that I can download from somewhere, It seems that it's just a waste to remake it when many people need it.
Something remotely similar to the GAL Select Names dialog. It might be easier.
+2
a source to share
1 answer
I had to write my own. Its the only user control that makes it PITA reusable as it cannot be compiled into a DLL only and inserted into a toolbox. I'm going to continue to refine it and start working on creating a custom server control so that it can be easily reused. As soon as I get it as a server control, I will see it shared.
+1
a source to share