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 Mike Lewis 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: *

  1. ACuba10

    Checkboxes inside a grid

    Ok i have a column of checkboxes inside a datagrid. When a specific row is selected, all the other checkboxes should be disabled except for the one selected. Does any one know how i can go about doing this?? Any help would be greatly appreciated.
  2. ACuba10

    Checkboxes inside nested datagrid(retrieving info)

    Does anyone know how to grab values from a nested datagrid?? For instance, i have a Parent Grid of categories and the nested grid is a grid of products for each category. I need to get the values of each product that was selected. I will need to get the values on the click of a button outside...
  3. ACuba10

    Reading a csv file or xls file

    Thankyou very much for your help - that helped alot and i figured out my issue.
  4. ACuba10

    Reading a csv file or xls file

    ok thanx but then how do i read the next line??
  5. ACuba10

    Reading a csv file or xls file

    I am using a streamreader and it doesnt recognize the end of the line. My code looks like this: Dim file as string = server.mappath("Data.csv") Dim filestream as StreamReader filestream = filestream.ReadToEnd Dim txtdelimeter as string txtdelimeter = "," Dim splitout = Split(readcontents...
  6. ACuba10

    Reading a csv file or xls file

    Can someone tell me how to tell when the end of a line is?? For instance, i have a csv file that we'll say looks like: Supplies,Computers,24.95,annual,Books,19.95,one-time Food,Chicken,15.95,annual,Steak,15.95,annual Clothes,Shirt,9.95,one-time,shorts,5.95,one-time My question is when reading...
  7. ACuba10

    ASP Querying a database

    what's wrong with my conn.Open??
  8. ACuba10

    ASP Querying a database

    I followed the instruction from thread333-1164595. The problem i am having is that i get "The page cannot be found" when i try to run it. Does anyone know as to why i am getting this message. Am i not testing it correctly. I am attaching my code so that you can see what it is that i am doing...
  9. ACuba10

    Can you call a webservice using ASP??

    I want to know if this is even possible ... i have a webservice that receives login id and returns the first and last name of the individual from Active directory. Is it possible to call the webservice using code??
  10. ACuba10

    Active Directory search using ASP

    Thankyou but neither one truly helps. They're not doing what im trying to do. Thankyou anyway
  11. ACuba10

    Active Directory search using ASP

    yeah i know that but i dont have an option. It must be done in classic ASP. I dont know what the syntax would look like in ASP
  12. ACuba10

    Active Directory search using ASP

    I did the call to Active Directory and have the code in VB: Dim ent As New System.DirectoryServices.DirectoryEntry("LDAP://dc=RYANBECK,dc=com") Dim child As System.DirectoryServices.DirectoryEntry Dim results As System.DirectoryServices.SearchResultCollection Dim entsearch As New...
  13. ACuba10

    Active Directory using ASP

    does anyone know what the code would look like if i wanted to pull the First and Last Names out by using the LoginId?? Please any help would be greatly appreciated. thanks.
  14. ACuba10

    Gettin Values from Active Directiry?

    Does anyone know what the code looks like in order to search the active directory in ASP?? Any help would be greatly appreciated. Thanks

Part and Inventory Search

Back
Top