Hi! How we can apply Autosearch in Combo Box when User Types in VB.Net. Is any property to set or we need something user defined function for autosearch in combo. Please Help me in this regard! Thanx
You need to code for this in key press event of the combobox and search the database with the text they have entered and shortlist the list in the combobox... There is no auto search property for a combobox in vb.net...
u need to learn lil ajax .. This link will definitely help u: http://www.w3schools.com/Ajax/ajax_example_suggest.asp