<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Paging</title>
    <description>the latest stories tagged with 'Paging' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Efficient Server Side Paging Alternatives</title>
      <description>Every one of us has used paging in our projects to display tabular data in DataGrids or GridViews or in the more recent and more flexible ListViews.

The problem we often face is when the data is less the paging works fine, but as the data starts to increase the page load times start increasing. The main reason for this is because we tend to bind the grids with entire data table and then use the built in functionality for paging.

This article describes how to effectively do server side paging by retrieving only a finite amount of data using the traditional stored procedure technique, but optimized for not being affected by volume of data, and an alternative method using the very famous linq framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharp-codesamples.com%2f2009%2f04%2fefficient-server-side-paging-alternatives%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharp-codesamples.com%2f2009%2f04%2fefficient-server-side-paging-alternatives%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Efficient_Server_Side_Paging_Alternatives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Efficient_Server_Side_Paging_Alternatives</guid>
      <pubDate>Tue, 21 Apr 2009 02:38:14 GMT</pubDate>
    </item>
    <item>
      <title>jQuery &amp;amp; Ajax Fun: Implementing a Paging Listbox</title>
      <description>Many times in web forms we need to provide a listbox with lots of elements, A good solution is to filter and page these elements to speedup page loading and optimize DB/Network usage.. This is a complete implementation of a paging listbox using jQuery on client side and ASP.Net on server side.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f01%2fjquery-ajax-fun-implementing-paging.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f01%2fjquery-ajax-fun-implementing-paging.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Ajax_Fun_Implementing_a_Paging_Listbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Ajax_Fun_Implementing_a_Paging_Listbox</guid>
      <pubDate>Sat, 31 Jan 2009 06:39:02 GMT</pubDate>
    </item>
    <item>
      <title>Tweak DataSet Paging in ASP.Net</title>
      <description>Wanted to focus on how to tweak paging using DataSet as it is unpopular tip and it saves lots of time to return records in closer pages which usually gets more hits than further pages... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f12%2ftweak-dataset-paging-in-aspnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f12%2ftweak-dataset-paging-in-aspnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Tweak_DataSet_Paging_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Tweak_DataSet_Paging_in_ASP_Net</guid>
      <pubDate>Sat, 13 Dec 2008 02:23:37 GMT</pubDate>
    </item>
    <item>
      <title>Traditional yet Powerful : Data Access Layer for ASP.Net</title>
      <description>This is a complete example of creating Data Access Layer(DAL) using the traditional yet powerful &amp;quot;Object to Relational mapping model&amp;quot; or &amp;quot;Custom Entity Classes&amp;quot; that support Paging too.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f12%2ftraditional-yet-powerful-data-access.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f12%2ftraditional-yet-powerful-data-access.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Traditional_yet_Powerful_Data_Access_Layer_for_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Traditional_yet_Powerful_Data_Access_Layer_for_ASP_Net</guid>
      <pubDate>Sat, 13 Dec 2008 02:14:41 GMT</pubDate>
    </item>
    <item>
      <title>Paging in ASP.Net/VB.Net using DataReader</title>
      <description>I wanted to highlight more on this method of paging using DataReader cause you won't see out there very often.. although it is simpler than SQL Paging methods and it is slightly faster than usual DataSet paging method.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f12%2fpaging-in-aspnetvbnet-using-datareader.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f12%2fpaging-in-aspnetvbnet-using-datareader.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Paging_in_ASP_Net_VB_Net_using_DataReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Paging_in_ASP_Net_VB_Net_using_DataReader</guid>
      <pubDate>Mon, 08 Dec 2008 19:51:14 GMT</pubDate>
    </item>
    <item>
      <title>Paging in ASP and ASP.Net</title>
      <description>Comparing paging methods : DataSet , DateReader , Recordset, Top Clause , Row_Number Function I did a simple timing using these paging methods on one table of more than 1 million records , getting &amp;amp; looping 100 records per page.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f09%2fpaging-in-asp-and-aspnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2008%2f09%2fpaging-in-asp-and-aspnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Paging_in_ASP_and_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Paging_in_ASP_and_ASP_Net</guid>
      <pubDate>Tue, 02 Dec 2008 09:18:09 GMT</pubDate>
    </item>
    <item>
      <title>Easily build powerful client-side AJAX paging, using jQuery</title>
      <description>An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</guid>
      <pubDate>Wed, 20 Aug 2008 23:31:14 GMT</pubDate>
    </item>
    <item>
      <title>PagedList Strikes Back</title>
      <description>A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost.aspx%3fid%3d398375b0-4000-4b0c-9d69-ddc623646862"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost.aspx%3fid%3d398375b0-4000-4b0c-9d69-ddc623646862" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/PagedList_Strikes_Back</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/PagedList_Strikes_Back</guid>
      <pubDate>Tue, 08 Jul 2008 22:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Efficient Paging in SQL Server via LINQ</title>
      <description>Efficient Paging in SQL Server via LINQ. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.gotnet.biz%2fBlog%2fpost%2fEfficient-Paging-in-SQL-Server-via-LINQ.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.gotnet.biz%2fBlog%2fpost%2fEfficient-Paging-in-SQL-Server-via-LINQ.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Efficient_Paging_in_SQL_Server_via_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Efficient_Paging_in_SQL_Server_via_LINQ</guid>
      <pubDate>Mon, 07 Jul 2008 21:01:47 GMT</pubDate>
    </item>
    <item>
      <title>GOTCHA - LINQtoSQL Paging Problem</title>
      <description>A quick search for how to display paged records in ASP.NET will yield a ton of links and how to's ranging from as simple as automatic paging with the grid controls to custom paging and server side paging in SQL Server, but what about paging in LINQ? 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!128.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!128.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/GOTCHA_LINQtoSQL_Paging_Problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/GOTCHA_LINQtoSQL_Paging_Problem</guid>
      <pubDate>Tue, 06 May 2008 12:18:18 GMT</pubDate>
    </item>
    <item>
      <title>Pagination with ASP.NET and SQL Server 2005</title>
      <description>This article shows a way to paginate a large data set using a stored procedure in SQL Server and a user control in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d37"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d37" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Pagination_with_ASP_NET_and_SQL_Server_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Pagination_with_ASP_NET_and_SQL_Server_2005</guid>
      <pubDate>Thu, 03 Jan 2008 21:45:43 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic: SonicCast #2 - All About Paging</title>
      <description>Paging isn't always the easiest thing to figure out - and sometimes not the most performant thing you can do to a we site. Here's a webcast to show you how to set it up both ways: the ASP way, and the SubSonic way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f07%2f20%2fsubsonic-soniccast-2-is-up---all-about-paging.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f07%2f20%2fsubsonic-soniccast-2-is-up---all-about-paging.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_SonicCast_2_All_About_Paging</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_SonicCast_2_All_About_Paging</guid>
      <pubDate>Mon, 23 Jul 2007 14:31:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic, ObjectDataSource, Paging, and you!</title>
      <description>How to implement paging with the Controllers generated by SubSonic. Corrected URL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinisom.net%2fpost.aspx%3fid%3dad7bb68f-34c0-4ea2-843b-3327f69182c2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinisom.net%2fpost.aspx%3fid%3dad7bb68f-34c0-4ea2-843b-3327f69182c2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_ObjectDataSource_Paging_and_you_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_ObjectDataSource_Paging_and_you_1</guid>
      <pubDate>Tue, 17 Jul 2007 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Filtering Custom Paged Results</title>
      <description>. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f040407-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f040407-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Filtering_Custom_Paged_Results</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Filtering_Custom_Paged_Results</guid>
      <pubDate>Wed, 04 Apr 2007 06:25:59 GMT</pubDate>
    </item>
    <item>
      <title>Easy, yet fast, SQL paging solution</title>
      <description>No stored procedure/temporary table/cursor/variable needed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.themanaged.net%2farchive%2f2007%2f02%2f13%2f10.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.themanaged.net%2farchive%2f2007%2f02%2f13%2f10.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Easy_yet_fast_SQL_paging_solution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Easy_yet_fast_SQL_paging_solution</guid>
      <pubDate>Fri, 16 Feb 2007 20:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Paging Implementation With SQL </title>
      <description>When you see how the paging is a piece of cake now in .NET server controls (fro example, GridView), you can imagine how much amount of work was needed to do paging if you haven't these server controls. You can for example fetch all thr data block and put them on the session and just do your paging in you business layer! Ok..I heared someone say what are saying. Ture. This is really a miss when you working on huge data blocks. So, the best way is to do you paging inside the datalayer...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f01%2fpaging-implementation-with-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f01%2fpaging-implementation-with-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Paging_Implementation_With_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Paging_Implementation_With_SQL</guid>
      <pubDate>Fri, 02 Feb 2007 21:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Paging in SQL Server 2000 and 2005 ...</title>
      <description>In this article I have discussed in detail about the easier way of paging records using SQL Server 2005. In the due course I have introduced the nuances of using TOP keyword and the cool enhancements added to it. Along with that I would show you how to use TOP command to do paging in SQL Server 2000, albeit at a performance loss, then show how the same result can be achieved with higher performance thanks to new features in SQL Server 2005. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvadivel.blogspot.com%2f2006%2f10%2fpaging-in-sql-server-2000-and-2005.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvadivel.blogspot.com%2f2006%2f10%2fpaging-in-sql-server-2000-and-2005.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Paging_in_SQL_Server_2000_and_2005_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Paging_in_SQL_Server_2000_and_2005_1</guid>
      <pubDate>Tue, 16 Jan 2007 21:16:01 GMT</pubDate>
    </item>
    <item>
      <title>GridView DropDownList Pager</title>
      <description>This post shows you how to add a custom DropDownlist pager and pager buttons to the GridView. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frajbk%2farchive%2f2006%2f08%2f14%2fGridView-DropDownList-Pager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frajbk%2farchive%2f2006%2f08%2f14%2fGridView-DropDownList-Pager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_DropDownList_Pager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_DropDownList_Pager</guid>
      <pubDate>Wed, 16 Aug 2006 13:01:01 GMT</pubDate>
    </item>
    <item>
      <title>DataGrid Paging and Sorting Using A DataReader</title>
      <description>This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5292%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5292%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/DataGrid_Paging_and_Sorting_Using_A_DataReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/DataGrid_Paging_and_Sorting_Using_A_DataReader</guid>
      <pubDate>Sun, 29 Jan 2006 16:05:00 GMT</pubDate>
    </item>
    <item>
      <title>Data Paging with the ASP.NET 2.0 DataList Control and ObjectDataSource</title>
      <description>A hands on walk through by Scott Guthrie on how to implement efficient data-paging using an ASP.NET DataList or Repeater control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f01%2f07%2f434787.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f01%2f07%2f434787.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Data_Paging_with_the_ASP_NET_2_0_DataList_Control_and_ObjectDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Data_Paging_with_the_ASP_NET_2_0_DataList_Control_and_ObjectDataSource</guid>
      <pubDate>Tue, 17 Jan 2006 02:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>