Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sribu
  • Order by date
  1. sribu

    Active directory ..

    Yes it is. I checked with my administrator. Thanks, sribu
  2. sribu

    Active directory ..

    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://" &...
  3. sribu

    Help with Active Direct

    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...
  4. sribu

    display form on top and in center of current application

    How can display a popup form on top and in the center of the currently running application in vb.net?
  5. sribu

    Can we create a .resx file at run time

    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
  6. sribu

    Retrieve mails from a POP3 server in a .msg format

    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...
  7. sribu

    Hi, I am having a problem with up

    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()...
  8. sribu

    capture value of the autonumber field in Access

    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...
  9. sribu

    appending to an array?

    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...
  10. sribu

    appending to an array????

    Can anyone tell me how can we append data to an existing array in java? thanks
  11. sribu

    How to turn off auto merge???

    Hi, Can anyone tell me how to turn off the auto merge feature of CVS??? thanks,
  12. sribu

    Shortcut keys???

    Hi, Can anyone tell me how to give keyboard shortcut keys to buttons in HTML pages??
  13. sribu

    tabbed web pages using HTML???

    Hi, How can we create tabbed web pages using html and javascript? And also how do we craete a list box in html? Can anyone help me out??? thanks
  14. sribu

    Link does not open in the target frame???

    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...
  15. sribu

    Link does not open in the target frame???

    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...
  16. sribu

    Unable to initialize the cvs repository!!!

    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...
  17. sribu

    Is is possible to use tables instead of frames???

    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...

Part and Inventory Search

Back
Top