Hi,
I am trying to authenticate users against Active Directory using System.Directory Services.Below is the code I am using:
Dim Entry As DirectoryEntry
Dim obj As Object
Dim result As SearchResult
Try
Entry = New DirectoryEntry("LDAP://" &...
How can we validate a user against Active Directory without specifying the password in vb.net?I am using the .net 1.1 framework
I want to pass the current windows session username and domain name through a web service and validate this information against active directory on the server.
I can...
Can we create a .resx file for a language when we set the CurrentCulture and CurrentUICulture in the constructor of the form before the InitializeComponent(), instead of setting the language at the Language property of the form.
If so, how can we do that?
Thanks
Hi,
I am adding a email client to my application which retrieves mails from a POP3 server and stores them into the file system.Each email gets stored in a seperate folder with the message headers and attachments as seperate text files.
Can anyone tell me how could I retrieve emails from a POP3...
Hi,
I am having a problem with updating the database from the dataset.My code executes fine and comes out of the procedure but i cannot see the changes in the database.Can anyone tell me where I am going wrong.
Here is my code:
Dim custDA As OleDbDataAdapter = New OleDbDataAdapter()...
Hi,
I have a table consisting of 4 columns in a Access database.The primary key value is the autonumber field.The second column is a memo.I need to insert values into the third column in the format of:
Value of the autonumber field_a string.
eg:If the autonumber of the row I am currently...
I have a form consisting of some textboxes.
Suppose there is textbox where the user has to enter the salary. Now what I want is when the user enters the amount, that shold be stored in the array. If the array is not empty, then that should be appended to it. When I tried doing this, its just...
Hi ne4x4,
Thanks for replying to my query. I gave names to the frames and included the target attribute in the links, but it still doesn't work.
It works fine on my local system, but when i upload it to the intranet its not working. I think the problem is with Internet Explorer, because it...
I have 2 frames on my web page,the left frame is the navigation frame and the right frame is the main frame which displays pages based on the navigation.
My problem is everything seems fine on my system, but when I upload it on to the Intranet, every link opens up in the entire window instead...
I have recently joined my first job. I have been given the task of implementing CVS on Windows NT.
I am very new to CVS. I found a step-by-step installation guide at www.cvsnt.org. I tried to install cvs server following those steps, but i am unable to create the repository, and am getting the...
I want to create a web page where the left side is static consisting of all links and the right side is dynamic which is based on the navigation. I know that one way of achieving this is using frames.
I would like to know if we can do the same using tables, i.e. a table consisting of two...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.