Home All Groups Group Topic Archive Search About

Connecting to Active Directory through ASP.NET Web form

Author
24 Nov 2005 11:37 PM
multisync
Hi guys,

I'm very new to Asp.net. All I want to do is have a asp.net webform using
VB, where I can enter a computer name in a textbox then click submit and have
it return the following attributes from AD:

street
description
userparameters
roomnumber
memberof

Can someone explain to me in details on how I should do this?

Author
25 Nov 2005 12:21 AM
Patrick.O.Ige
Which ASP.NET version are u using V1.1 or v2.0?
If  v1.1 try looking through this article at:-
http://www.upyourasp.net/articles/article.aspx?aid=13
Hope that helps
If you  need more info post it
Patrick



Show quoteHide quote
"multisync" <multis***@discussions.microsoft.com> wrote in message
news:75C50E94-4A13-432D-9BD4-DD5A9E396BD8@microsoft.com...
> Hi guys,
>
> I'm very new to Asp.net. All I want to do is have a asp.net webform using
> VB, where I can enter a computer name in a textbox then click submit and
have
> it return the following attributes from AD:
>
> street
> description
> userparameters
> roomnumber
> memberof
>
> Can someone explain to me in details on how I should do this?
>
Are all your drivers up to date? click for free checkup

Author
25 Nov 2005 3:49 PM
multisync
That code is written C#, I need something in VB. And I need more details such
as, what page you should put the imports statements, what I should put the
codebehind, what page and how should I call the codebehind, etc.

Show quoteHide quote
"Patrick.O.Ige" wrote:

> Which ASP.NET version are u using V1.1 or v2.0?
> If  v1.1 try looking through this article at:-
> http://www.upyourasp.net/articles/article.aspx?aid=13
> Hope that helps
> If you  need more info post it
> Patrick
>
>
>
> "multisync" <multis***@discussions.microsoft.com> wrote in message
> news:75C50E94-4A13-432D-9BD4-DD5A9E396BD8@microsoft.com...
> > Hi guys,
> >
> > I'm very new to Asp.net. All I want to do is have a asp.net webform using
> > VB, where I can enter a computer name in a textbox then click submit and
> have
> > it return the following attributes from AD:
> >
> > street
> > description
> > userparameters
> > roomnumber
> > memberof
> >
> > Can someone explain to me in details on how I should do this?
> >
>
>
>

Bookmark and Share