简体   繁体   English

允许全局地址列表(GAL)集成的ASP.NET控件

[英]Control for ASP.NET that allows Global Address List (GAL) integration

I know I can use System.DirectoryServices to roll my own GAL Name/email selector control and I've seen plenty of people explaining the basics of how to do that, but surly someone knows of one that I can download from somewhere. 我知道我可以使用System.DirectoryServices来滚动我自己的GAL名称/电子邮件选择器控件,并且我已经看到很多人在解释如何执行此操作的基础知识,但是应该有人知道我可以从某个地方下载该控件。 It just seems like a waste to have to remake it when so many people need it. 当有很多人需要它时,似乎不得不重新制作它似乎是一种浪费。

Something remotely similar to Outlooks GAL Select Names dialog. 与Outlook GAL“选择名称”对话框非常相似。 It could be simpler. 可能会更简单。

I ended up having to write my own. 我最终不得不写自己的。 Its only a User Control which makes it a PITA to reuse since it can't be compiled to just a DLL and inserted into the tool box. 它只是一个用户控件,使它成为PITA可以重用,因为它不能仅编译为DLL并插入工具箱。 I'm going to continue refining it and start working on making a Custom Server control out of it so it is easily reusable. 我将继续完善它,并开始着手从中制作自定义服务器控件,以便轻松地重复使用它。 Once I get it as a server control I'll see about sharing it. 一旦将其用作服务器控件,我将看到有关共享它的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM