December 2009
1 post
2 tags
.NET UserControl displaing a Twitter Search (Atom...
This sample code shows how to add a Twitter rss, or to be exact atom feed to a .NET page/usercontrol.
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Xml.Linq; using Stormberg.Util; using System.ServiceModel.Syndication; using System.Xml; namespace HeltBlank.social { public partial class...