How to control the list shown under a textbox ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a search option in my page how can I control the words that are in the list when the user types something. I have different pages I need to get the relevant words to this page. thx
BiG RaLpH
it called "Autocomplete".. You can google with this keyword "ASP.NET autocomplete" ASP.NET Autocomplete[^] Example ~ Search autocomplete with ASP.NET AJAX Extensions[^]
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)