Tagged Questions
1
vote
1answer
123 views
ASP.NET AJAX “as you type” functionality
Although this is FAQ i still couldn't find a suitable solution. I'd like to filter out a list (rendered with ListView control placed to UpdatePanel) as user types something in TextBox. This blog post ...
1
vote
4answers
3k views
How can I auto filter a HTML selectlist?
I have a HTML select list with quite a few (1000+) names. I have a javascript in place which will select the first matching name if someone starts typing. This matching looks at the start of the item: ...