Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello
I want create 10 news in my web site at first page.like yahoo
with asp.net and sql2005
can you help me?

thanks
Posted
Comments
[no name] 12-Jul-12 12:19pm    
Help with what? Creating a web page? Creating a database? Show a web page? Connecting to a database? Creating "10 news"? Do you just want someone to write the whole thing? Do you have a specific question relating to any code that you wrote? Have you tried to do any of this yourself?
veusk 12-Jul-12 12:30pm    
I have a main page, that I like creating 10 news like first page of yahoo

1 solution

First of all, you need to subscribe to a news site which has a web service or rss feed that you could consume in your client.
Google News API[^] would be a decent starting example.

Then in your client page, consume this feed and as a minimum requirement build a website that refreshes every few minutes.
This would be the very basic of your website.

These two examples could help you get started
MyFeedReader - A simple feed reader using ASP.NET 3.5, LINQ, WCF Syndication API and AJAX[^]
ASP.NET AJAX RSS Reader[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900