How do I create a search code interface like google default page. I mean when I type any words into textbox and then it shows a listbox below next to textbox?
As far as I know textbox control in ASP.NET has no event key press. Then how do I create a code search when I typing any words in textbox it will show a list box data corresponding that word (like googole page default). I hope you can show me the way to create. Thanks a lot.
Roei BarPosted Oct 2, 2009, 2:52 AM
google uses JSon Remoting with JQuery autocomplete
here is a sample code
http://blog.schuager.com/2008/09/jquery-autocomplete-json-apsnet-mvc.html
and
http://jetlogs.org/jquery/jquery_auto_suggest.zip
naura paxPosted Oct 2, 2009, 1:38 AM
you can use set automcomplete feature of textbox control.