I have a DataTable/collection that is cached in memory, I want to use this as a source to generate results for an auto complete textbox (using AJAX of course).
I am evaluati
What about a DataView? You could apply your filter condition AND sort by the the priority, and easily iterate through the results to add to your results.