On 2010/10/18 22:07, Will wrote:
I am new to VB.net and web programming but what I need to do is filter and show the data from a text box automatically when a user enters in data, for example a city text box, user types in ' can', it will filter to 'Cancun', 'Punta Cana', etc. I am assuming I will need to populate another control(datagrid) and just cannot turn a text box into a drop down. I see the text box has 7 methods and I tried text changed but it did not fire automatically when I added a value in the text box. If I could get some guidance that would be much appreciated.
Look at the AutoCompleteMode, AutoCompleteSource and AutoCompleteCustomSource properties. Judicious use of these should give you what you want, along with some other coding to maintain a list.
-- Regards, Mike Fry Johannesburg
