views:

337

answers:

1

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

A: 

If you want extract the data from database you can use ajax concept.

Refer this url for more idea about this.

http://www.w3schools.com/php/php_ajax_suggest.asp

pavun_cool