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".