<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with repeater</title>
    <description>the latest stories tagged with 'repeater' 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>Using the ASP.NET Repeater Control to Group Data and Add Totals</title>
      <description>Spice Up Your Ad Reports - Using the ASP.NET Repeater Control to Group Data and Add Totals 

The Repeater control is truly amazing. Being template driven, it gives you a lot of flexibility to manipulate and render the final output. In this article, we will exploit this flexibility of the ASP.NET Repeater and build a sample to demonstrate how to use the templates to group and display data. We will also use a little code to 'total'/sum up our data and display it on the fly. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d206"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d206" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_Repeater_Control_to_Group_Data_and_Add_Totals</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_Repeater_Control_to_Group_Data_and_Add_Totals</guid>
      <pubDate>Sun, 28 Sep 2008 08:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Code Based Repeater for ASP.NET MVC</title>
      <description>A foreach loop doesn't help you handle alternating items, for example. My response to this story is, "The foreach loop is not our repeater control. Our repeater control is an iterating extension method with lambdas!". Because who doesn't love lambdas? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f05%2f03%2fcode-based-repeater-for-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f05%2f03%2fcode-based-repeater-for-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Code_Based_Repeater_for_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Code_Based_Repeater_for_ASP_NET_MVC</guid>
      <pubDate>Sun, 04 May 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a scrollable and grouped Repeater Layout</title>
      <description>A couple of people asked me today about a layout I put together for an application. The layout is bascially a scrollable and grouped repeater that looks a little like a ListView control in WinForms. This sort of layout can be great for longer lists when paging is not really the right choice - a common scenario in AJAX applications actually. Here's a quick walk through on how this layout is put together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f140753.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f140753.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_scrollable_and_grouped_Repeater_Layout</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_scrollable_and_grouped_Repeater_Layout</guid>
      <pubDate>Fri, 24 Aug 2007 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Repeater control instead of grid</title>
      <description>Simple example on how to tie event handlers to a specific row in a repeater &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspcode.net%2fASPNET-Repeater-control-instead-of-grid.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspcode.net%2fASPNET-Repeater-control-instead-of-grid.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Repeater_control_instead_of_grid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Repeater_control_instead_of_grid</guid>
      <pubDate>Fri, 20 Jul 2007 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX Repeater</title>
      <description>Data Bound Templated Control with ASP.NET AJAX &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fajax%2fASPNETRepeater.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fajax%2fASPNETRepeater.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Repeater</guid>
      <pubDate>Mon, 09 Jul 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>The Easy Way To Alternate Background Colours on a Repeater</title>
      <description>If you want to alternate background colours on a Repeater control without having to create an AlternatingItemTemplate, try out this little shortcut. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thewebjedi.com%2fcs%2fblogs%2fmeditations%2farchive%2f2007%2f06%2f18%2f291.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thewebjedi.com%2fcs%2fblogs%2fmeditations%2farchive%2f2007%2f06%2f18%2f291.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Easy_Way_To_Alternate_Background_Colours_on_a_Repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Easy_Way_To_Alternate_Background_Colours_on_a_Repeater</guid>
      <pubDate>Tue, 19 Jun 2007 05:27:36 GMT</pubDate>
    </item>
    <item>
      <title>The Easy Way To Alternate Background Colours on a Repeater</title>
      <description>If you want to alternate background colours on a Repeater control without having to create an AlternatingItemTemplate, try out this little shortcut. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thewebjedi.com%2fcs%2fblogs%2fmeditations%2farchive%2f2007%2f06%2f18%2f291.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thewebjedi.com%2fcs%2fblogs%2fmeditations%2farchive%2f2007%2f06%2f18%2f291.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Easy_Way_To_Alternate_Background_Colours_on_a_Repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Easy_Way_To_Alternate_Background_Colours_on_a_Repeater</guid>
      <pubDate>Tue, 19 Jun 2007 05:27:36 GMT</pubDate>
    </item>
    <item>
      <title>Add paging to a repeater</title>
      <description>An example of how we can add paging to a repeater control by using a PagedDataSource. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspnetlibrary.com%2farticledetails.aspx%3farticle%3dAdd-paging-to-a-repeater"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspnetlibrary.com%2farticledetails.aspx%3farticle%3dAdd-paging-to-a-repeater" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Add_paging_to_a_repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Add_paging_to_a_repeater</guid>
      <pubDate>Thu, 03 May 2007 12:31:00 GMT</pubDate>
    </item>
    <item>
      <title>Restricting the number of rows in a dataview when binding to a repeate</title>
      <description>Using IEnumerable to limit the number of rows in a DataView when binding to a repeater. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fViewED362E0D-8205-4947-A751-2D754AB04C64.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fViewED362E0D-8205-4947-A751-2D754AB04C64.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Restricting_the_number_of_rows_in_a_dataview_when_binding_to_a_repeate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Restricting_the_number_of_rows_in_a_dataview_when_binding_to_a_repeate</guid>
      <pubDate>Fri, 18 Aug 2006 05:39:59 GMT</pubDate>
    </item>
  </channel>
</rss>