Add your recent Tweets to your web site.

Posted by Latest Microsoft Blogs on ASP.net Weblogs See other posts from ASP.net Weblogs or by Latest Microsoft Blogs
Published on Wed, 09 Jun 2010 20:49:31 GMT Indexed on 2010/06/09 21:42 UTC
Read the original article Hit count: 366

Filed under:
|
|
Twitter continues to gain in popularity, in part because it offers a rich and easy to use query API. Just for fun I made an ASP.NET Web Forms User Control to Display some recent Tweets on a web page. The tweets are displayed in a ListView as follows. Read More......(read more)

© ASP.net Weblogs or respective owner

Add your recent Tweets to your web site.

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Wed, 09 Jun 2010 00:00:00 GMT Indexed on 2010/06/09 22:53 UTC
Read the original article Hit count: 366

Filed under:
Twitter continues to gain in popularity, in part because it offers a rich and easy to use query API. Just for fun I made an ASP.NET Web Forms User Control to Display some recent Tweets on a web page. The tweets are displayed in a ListView as follows. Code Snippet <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyTweets.ascx.cs" Inherits="NETOOP.Controls.MyTweets" %> <%@ OutputCache Duration="3600" VaryByParam="None"...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Related posts about ASP.NET

Related posts about twitter