lis
Jan 13th, 2005, 02:26 AM
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
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