R
Rajen Suchede via .NET 247
Hi,
I am looking to create a textbox such that when a user types afew charecters(say 3 charecters) a listbox appears with items inthe database starting with the charecters of the textbox. Afterthe item is selected the listbox disappears. In other words thelistbox should disappear when the item is selected and thelistbox of items should appear when the length of the text inthe textbox is >= 3. I have seen this on many sites and even insearch engines. Can Someone give me some headway into this orlinks to any code i can read up? Making an aspx page.
I am looking to create a textbox such that when a user types afew charecters(say 3 charecters) a listbox appears with items inthe database starting with the charecters of the textbox. Afterthe item is selected the listbox disappears. In other words thelistbox should disappear when the item is selected and thelistbox of items should appear when the length of the text inthe textbox is >= 3. I have seen this on many sites and even insearch engines. Can Someone give me some headway into this orlinks to any code i can read up? Making an aspx page.