Display Headlines From an RSS Feed on Your Website (ASP.NET)
Category:
C#, VB.NET, ASP.NETType:
SnippetsDifficulty:
IntermediateAuthor:
Intelligent Solutions Inc.Version Compatibility: ASP.NET
More information:
This is an ASP.NET version of the ASP function at http://www.freevbcode.com/ShowCode.Asp?ID=5665. It allows you to display RSS syndicated feeds on your web site. The content of each feed is cached for an hour, using the built-in ASP.NET cache object. You have to change the code in Page_Load to the URL of the feed you want to use.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: