I’m porting a Forms app to a VB.NET web app, and one of the feature the users really liked was the ability to narrow the possible choices as the user typed in a search box. The search itself goes against multiple tables and columns (and takes several seconds), so it’s not a simple AutoComplete or anything. What’s the best way to allow the user to type, and asynchronously update a ListView with the matches?
Share
JQuery will be a good solution to filter the ListView at client side. Check this recent article and another cool demo here