Textbox value to filter databound ListBox items using Javascript ?
Posted
by Ravikumar
on Stack Overflow
See other posts from Stack Overflow
or by Ravikumar
Published on 2010-03-08T08:12:46Z
Indexed on
2010/03/08
8:21 UTC
Read the original article
Hit count: 825
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
© Stack Overflow or respective owner