hi i am trying to build a textbox/searchbox that has ajax in it. so what it does is as soon as you type a letter in the box, it will go get the value out of the database and have a drop down list for you to select. after you select it will take that value in side that box and display it.
so when i do response.write me.textbox1.text
will give me whatever i was typing.
when i type t it will pul everything in database with the word t. then when i type te all data that starts with te wil pull up. something like that.
please help thanks.
so when i do response.write me.textbox1.text
will give me whatever i was typing.
when i type t it will pul everything in database with the word t. then when i type te all data that starts with te wil pull up. something like that.
please help thanks.