Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends
I am VB.NET Programmer and currently working on a project where i have to search from combobox.
I am retreving the data from database(MS ACCESS) and loading it in combobox at form load event

I have set the following properties in combobox for search :
1. AutoCompleteMode TO Suggest
2. AutoCompleteSource TO ListItems
3. Sorted = True

i want to search including the keyword
eg: Data in combobox are :
Raj Kumar
Rohit Kamble
Kumar Shanti

Suppose when i type Kum in combobox it should show 2 entries ie. Raj Kumar and Kumar Shanti
It should show me search results including the keyword
Kindly Help me Thank You
Posted
Updated 4-Mar-13 0:45am
v2

1 solution

You must use AJAX for this thing.
 
Share this answer
 
Comments
Kumar_G 7-Mar-13 7:59am    
I am not looking for ajax
Provide something different
Thank You

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900