Textbox value to filter databound ListBox items using Javascript ?
- by Ravikumar
Hi Guys,
I have a ListBox which is bound to a list of data items.
Now I want the user to be able to filter the items shown in the ListBox
based on the search expression typed in the TextBox. For each character
typed in the TextBox, the ListBox items should change to show only the items
matching the search expression.
using Javascript ?
regards
ravi