lookup table
-
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.
-
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.
Hi there. If you're in an IE environment, check out the CP article ComboBox WebControl [^].
-
Hi there. If you're in an IE environment, check out the CP article ComboBox WebControl [^].
-
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.
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.