parsing of rss url using asp.net
-
hi friends i have a RSS URl i need to parse it showing as hyperlink with marquee action in one page . the url is like this http://feeds.reuters.com/reuters/INbusinessNews how to read the url using asp.net and presenting like breaking news . please guide me bye Naag
-
hi friends i have a RSS URl i need to parse it showing as hyperlink with marquee action in one page . the url is like this http://feeds.reuters.com/reuters/INbusinessNews how to read the url using asp.net and presenting like breaking news . please guide me bye Naag
These articles may helps you :D RSS Feed using ASP.NET 2.0[^] Consuming an RSS Feed with ASP.NET [^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
These articles may helps you :D RSS Feed using ASP.NET 2.0[^] Consuming an RSS Feed with ASP.NET [^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
hi thanks for your reply http://capitalmarket.com in that site i am loking Capital Market - Live News we will develop in asp.net i am looking for that . any help bye naga
-
hi friends i have a RSS URl i need to parse it showing as hyperlink with marquee action in one page . the url is like this http://feeds.reuters.com/reuters/INbusinessNews how to read the url using asp.net and presenting like breaking news . please guide me bye Naag
.NET 3.5 WCF provides syndication support for RSS/ATOM feeds. All you need is to create a SyndicationFeed object with available URL and it will read ever thing from desired URL. Then you bind readed items to some repeater and render them in some suitable form.
Share your experience with others Check my Blog...