How do you implement a combobox filter using AJAX in ASP.NET?
Posted
by geocine
on Stack Overflow
See other posts from Stack Overflow
or by geocine
Published on 2010-04-14T04:49:43Z
Indexed on
2010/04/14
4:53 UTC
Read the original article
Hit count: 589
To save some time on discussing my problem you could check the demo below:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
I already checked the ListBoxExtender on the Ajax Control Toolkit but it wouldn't give me fine results.
What I want to do is to filter a listbox which is populated by over 3000 records from the database upon typing. It should not only filter the listbox with the starting letters but also the group of characters which could be found in between each item on the list.
The list is a list of Item Name as a value and an Item Code as the key.
© Stack Overflow or respective owner