This post originated from an RSS feed registered with .NET Buzz
by Damir Tomicic.
Original Post: WinDays Samples: Blog Reader in ASP.NET 2.0 [with Screenshots]
Feed Title: Damir Tomicic : community powered
Feed URL: http://tomicic.de/SyndicationService.asmx/GetRss
Feed Description: stuff about .NET, community and life - in several languages.
You have heard about it, but you couldn't believe it? It's true ... here is one sample,
which demostrates how easy is to build a simple RSS Blog Reader from scratch
using the new asp:XmlDatasource control,
the asp:GridView server control
and new XPath binding support for hierarchical
data structures.
How to create simple RSS Blog Reader?
Start Visual Studio 2005 (aka "Whidbey")
Click on "File", than "New",
than "Web Site", than create "Empty
Web Site" somewhere on your disk
Click on "File", than "New",
than "File" and create new WebForm BlogReader.aspx with
option "Place Code in separate file" checked.
Take the code and put it in your page within <form>-tag.
Click on BlogReader.aspx with right mouse and choose "View
in Browser".