AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Build a Multi-Provider Async Methods Search Page : Peter A Bromberg

Monday, July 07 2008

Extends the concept of Asynchronous Page Methods to show how to combine the results of seven or more search engines simultaneously, removing duplicates, and display in a nice pageable Gridview on your ASP.NET 2.0 page. In this previous article I explained some of the basics of the ASP.NET 2.0 Asynchronous Page methods framework. You may wish to read that article for background before beginning this one. Here, I will extend the concepts presented in the previous article to show how it is possible to send the same search term to as many RSS "search results" providers as you want, have them all be processed in parallel, and combine the results, removing duplicate links, to display in a pageable gridview...

Read More:
Build a Multi-Provider Async Methods Search Page : Peter A Bromberg
Also See:
Using TemplateFields in the DetailsView Control : Scott Mitchell
Save and Retrieve Images from the Database using ASP.NET 2.0 and ASP.NET 3.5 : Suprotim Agarwal
Master/Detail Part 2: Filtering With Two DropDownLists : Scott Mitchell
Persistent Logins Under ASP.NET 2.0 : Eric Smith
SOS: Upcoming release has a few new commands – HeapStat : ASP.NET Debugging

Post your comment

Comment