Create a web application using .ne technology that gives an option to select Google News or CNN and

Posted by Errror0007 under ASP.NET AJAX on 1/9/2012 | Points: 10 | Views : 1952 | Status : [Member] | Replies : 1
hw to do this using asp.net

Create a web application using any technology that gives an option to select Google News or CNN and displays 5 latest news from the selected news source in real-time. Your application should update the news asynchronously at every user-specified interval of time. Use Google AJAX Feed API.

Kshitij


Responses

Posted by: Sksamantaray on: 1/9/2012 [Member] Silver | Points: 25

Up
0
Down


use RSS of Google news fetch data to a dataset and then user your condition to show top 5 or 10 news.
So when user landed to this page the top 5 of extracted data will be viewed.

Thanks,
Sanjay

Errror0007, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response