RSS Feed.....

  • Thread starter Thread starter Nelson
  • Start date Start date
N

Nelson

How to consume RSS feeds. Is it possible to write such an application using
ASP.Net or Vb.Net?
Nelson
 
Nelson said:
How to consume RSS feeds. Is it possible to write such an application using
ASP.Net or Vb.Net?

Yes, it's quite possible. In fact, I've created an open-source server
control I call RssFeed that displays RSS content in a <table>, much like
the DataGrid. You can download the code, read the docs, see some demos,
etc., at:
http://scottonwriting.net/sowBlog/RssFeed.htm

Here are some live demos:
http://scottonwriting.net/demos/RssFeedDemos.aspx
http://scottonwriting.net/demos/RssExpandableDemo.aspx
http://aspnet.4guysfromrolla.com/blogs/aspnet.aspx

Happy Programming!

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 
Back
Top