Displaying Twitter Updates in a Page by Page fashion

In this tutorial, we will develop a technique to retrieve and display a page full of Twitter updates to the user, giving him the ability to move to the next page.

Related Tutorials
Retrieving Twitter Updates with ASP.NET
In this tutorial, we will learn how to retrieve Twitter status updates using Twitter API and ASP.NET. We will develop code that encapsulates calls to Twitter API and provides easy to use .NET classes to retrieve Twitter status updates, programmatically.
Enabling Bookmarking and the Brows
AJAX applications offer a more interactive user experience by replacing traditional full page postbacks with leaner and more efficient partial page postbacks. These partial page postbacks are executed asynchronously using JavaScript code in the browser.
2 Ways of Displaying Data from an SQL Server Database using ADO.NET.
In this tutorial we will learn what are the two common ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page.
PostBack to a different page
Tutorial on how you can PostBack from one page to another. By default in ASP.NET 1.0 and 1.1 PostBack is done to the same page. We will see how we can get around this. Also, you will see how the PostBackUrl property in ASP.NET 2.0 makes this easier.
Your first ASP.NET Page.
ASP.NET is an exceptionally remarkable technology for building web applications. We begin exploring ASP.NET pages with this first article. In this article we'll learn : * From where to download ASP.NET premium edition? * The installation process. * Developing your first ASP.NET page. * Running and testing your ASP.NET page.
Displaying XML to DataGrid
In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code.
Submitting Web Form data from one ASP.NET page to another
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Sending e-mail with attachments from an ASP.NET page.
This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page.
The Page Rendering Model
This tutorial covers the heart of ASP.NET's Web Forms rendering model: controls. As we'll see here, System.Web.UI.Page works by partitioning the rendering process into small components known as server-side controls.
Website Statistics Application - Track Unique Users and Page Views
In this tutorial we will learn how to create a website tracker using ASP.NET 2.0 (C#) that will allow us to track unique users and page views on a daily, monthly and yearly basis.
 
Categories