Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. lookup table

lookup table

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasetutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lis8586
    wrote on last edited by
    #1

    Hi All, I want to search for usernames . I want to use a lookup table to display the names and the userId's as I type each word. Example: If I type the letter "A", it should display all names with "A". And when I type "An" it should give all names with "An"(like Andrew, Ann,etc). The lookup table should also give me the user ID. ( database has a table which has the username and userID, both these values should be returned when seacrching for the username) Please show an example in Vb.NET or give me a link which has a similar solution Thanks and regards, lis Thinking is like loving and dying. Each of us must do it for himself.

    M 1 Reply Last reply
    0
    • L lis8586

      Hi All, I want to search for usernames . I want to use a lookup table to display the names and the userId's as I type each word. Example: If I type the letter "A", it should display all names with "A". And when I type "An" it should give all names with "An"(like Andrew, Ann,etc). The lookup table should also give me the user ID. ( database has a table which has the username and userID, both these values should be returned when seacrching for the username) Please show an example in Vb.NET or give me a link which has a similar solution Thanks and regards, lis Thinking is like loving and dying. Each of us must do it for himself.

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      Hi there. If you're in an IE environment, check out the CP article ComboBox WebControl [^].

      L 1 Reply Last reply
      0
      • M Mike Ellison

        Hi there. If you're in an IE environment, check out the CP article ComboBox WebControl [^].

        L Offline
        L Offline
        lis8586
        wrote on last edited by
        #3

        thank You Mike, Will it be possible to get this in VB.NET . I am not familiar with C#. Thinking is like loving and dying. Each of us must do it for himself.

        M 1 Reply Last reply
        0
        • L lis8586

          thank You Mike, Will it be possible to get this in VB.NET . I am not familiar with C#. Thinking is like loving and dying. Each of us must do it for himself.

          M Offline
          M Offline
          Mike Ellison
          wrote on last edited by
          #4

          Hi. Well, the control is self-contained as I understand it, so it really doesn't matter that it was developed in C#. Use the compiled .dll in your project, and access its properties/methods from VB.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups