|
-
Jan 13th, 2005, 03:26 AM
#1
Thread Starter
Junior Member
lookup table
Hi All,
I want to search for usernames . I want to use a lookup table for searching all names as I type each word.
Example:
If I type the letter A, it should display all names in the lookup table beginning 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
-
Jan 13th, 2005, 04:15 AM
#2
Retired VBF Adm1nistrator
Re: lookup table
So this is going to be posting back live data as the user types?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 13th, 2005, 04:30 AM
#3
Thread Starter
Junior Member
Re: lookup table
s it will get back data that exists on the database.
Like I mentioned I have a database with the fields UserName and UserID. On typing a few letters of the name , both username and UserId should be displayed so that i can select the user from the lookup table.
-
Jan 13th, 2005, 04:51 AM
#4
Retired VBF Adm1nistrator
Re: lookup table
Okay, displayed where...? In a table below the textbox or in an IFRAME or something?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 13th, 2005, 05:11 AM
#5
Thread Starter
Junior Member
Re: lookup table
It should be displayed in a table (lookup table) something like a data grid (more like a popup only when for the search).
-
Jan 15th, 2005, 01:13 AM
#6
Thread Starter
Junior Member
Re: lookup table..please help
An example will be enough. Something in VB.NET which i can use for my application.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|