Author: Microsoft's Social Web Guy - ASP.NET | Posted on: 12/8/2009 1:41:29 PM | Views : 802

In the first installment of this two-part series we explored how you can consume JSONP data sources using hardly any code thanks to the ASP.NET Ajax Library and the powerful networking stack that lies within.  This time around we'll take a look at doing something useful with the data and render it using client templates, again, using the ASP.NET Ajax Library . At this stage we have received data from the Twitter endpoint and now we want to do something useful with the JSON.  As a reminder, here is the code required to get to this point: < script src ="http://ajax.microsoft.com/ajax/beta/0911/start.debug.js" type ="text/javascript"></ script >            <...(read more) ...

Go to the complete details ...