Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Global Address List from ASP.NET web application?

Reply
Thread Tools

Global Address List from ASP.NET web application?

 
 
bajaguide@yahoo.com
Guest
Posts: n/a
 
      03-12-2007
I am writing an intranet web application that involves the end user
having to select multiple people from the total list of AD users at
our company. Ideally I would like to let the user click on a button
"Address Book" and have the same type of interface that comes up when
you perform that function in SharePoint. (A nice interface comes up
with type down, ability to search, select multiple entries etc).

The requiremets are:

The user needs to be able to select from a drop down list of all the
people in the company.
The list needs to load within a reasonable period of time (no more
than a couple of seconds).

Ideally the interface would also have "type down" and the ability to
do a find.

Does anyone have suggestions as to the best way to do this in an
ASP.NET 2.0 web app?

I know I can use the client side SharePoint API in MSSVABW.dll, but I
can't get this to work with clients running Office 2007.

Ideally I would like to purchase a componant already written. I can't
believe there isn't already a control or ActiveX component out there
to access the GAL or *quickly* access Active Directory with a good
GUI...

If we can't purchase something, what is my best programmatic option?

Thanks in advance.

Steph.

 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      03-13-2007
On Mar 12, 11:31 pm, bajagu...@yahoo.com wrote:
> I am writing an intranet web application that involves the end user
> having to select multiple people from the total list of AD users at
> our company. Ideally I would like to let the user click on a button
> "Address Book" and have the same type of interface that comes up when
> you perform that function in SharePoint. (A nice interface comes up
> with type down, ability to search, select multiple entries etc).
>
> The requiremets are:
>
> The user needs to be able to select from a drop down list of all the
> people in the company.
> The list needs to load within a reasonable period of time (no more
> than a couple of seconds).
>
> Ideally the interface would also have "type down" and the ability to
> do a find.
>
> Does anyone have suggestions as to the best way to do this in an
> ASP.NET 2.0 web app?
>
> I know I can use the client side SharePoint API in MSSVABW.dll, but I
> can't get this to work with clients running Office 2007.
>
> Ideally I would like to purchase a componant already written. I can't
> believe there isn't already a control or ActiveX component out there
> to access the GAL or *quickly* access Active Directory with a good
> GUI...
>
> If we can't purchase something, what is my best programmatic option?
>
> Thanks in advance.
>
> Steph.


SharePoint does that search using an import from AD to the own
database. You can use the same behavior (a regular import all the
users and using own database to search), or you can consider using AD
on-the-fly (see link below)

http://www.15seconds.com/issue/060525.htm


http://www.15seconds.com/issue/060525.htm

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Differnce between setting mac address port security under theinterface vs. the mac address-table global command ttripp Cisco 5 02-05-2010 10:49 PM
FWSM/PIX and Dynamic PAT using global IP range vs. global interface vs. global IP Hoffa Cisco 1 10-25-2006 06:50 PM
FWSM/PIX and Dynamic PAT using global IP range vs. global interface vs. global IP Hoffa Cisco 0 10-25-2006 01:04 PM
Outlook global address list in ASP page Chris Leeman ASP .Net 1 09-20-2006 06:46 PM
I don't want Global address list to be defaul lbbs Computer Support 3 11-28-2003 08:06 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57