If you have many items in a search result it would be good to fill the list with the search result incrementally.
How do I accomplish this task with Microsoft AJAX? I have tested some solutions with dynamically adding content inside an updatepanel, it does not work well because you have to add all content all the time due to the viewstate is not preserved for dynamically added controls.
Look at a real example here (look at the bottom of the page that expands all the time): http://www.bytbil.com/
Choose something in "Välj kategori" and then "Sök".