I think you need fetching data from the database. That is server end. So you need partial postbacks. ajax:autocompleteextender can be used for that. Google a bit and you'll be on track.
On Oct 19, 1:07 am, Will <[email protected]> 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. > > Thanks
