Studio711.com – Ben Martens

Halo 2 RSS .NET Web Control

If you understood the title of this post, then you've got issues. But so do I so keep reading. I just wrote a web control that reads the RSS feed of my Halo2 Xbox Live stats from the Bungie site. It scrapes out the last 10 games I played and shows them in a list. If you mouse over, you'll see the results of the game. If you click on the link you'll be taken to the Bungie site and shown detailed stats about the game.

I based the code on a similar RSS web control reader I found on Andrew Baum's site. I modified it to read from the Halo site and changed the structure of things a bit. Feel free to take my code and modify it. You can download a ZIP file here. The code is all in the ASCX file.