Click here to Skip to main content
15,900,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want a search in combo box not like auto or search as you type ,
The way i required is it should sense space between words. like
suppose combo is populated with 3 strings "THE CODE PROJECT" "THE CODE VB.NET" "THE CODE C#"
when i search and press T it should only show THE not the whole string and then the cursor should stand at the end of THE now when i pres C it show CODE and again cursor at the end finally when i press P it show me PROJECT or V for VB.NET like that.

The main requirement is that user type the initials of every word after space and the search show the whole word ..

Request you to please resolve this issue.

Regards
Posted
Comments
seravan 7-Jul-12 11:04am    
Is your data from a table or fixed or hard coded values?

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