<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Paging with ASP.NET MVC</title>
	<atom:link href="http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/</link>
	<description>New adventures in .NET</description>
	<lastBuildDate>Mon, 26 Apr 2010 13:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Martijn Boland &#187; Paging demo upgraded to ASP.NET MVC Beta</title>
		<link>http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/comment-page-1/#comment-17</link>
		<dc:creator>Martijn Boland &#187; Paging demo upgraded to ASP.NET MVC Beta</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2008/08/27/paging-with-asp.net-mvc.aspx#comment-17</guid>
		<description>[...] post about paging in ASP.NET MVC still gets many hits, but the demo was created with ASP.NET MVC preview 5, so therefore I upgraded [...]</description>
		<content:encoded><![CDATA[<p>[...] post about paging in ASP.NET MVC still gets many hits, but the demo was created with ASP.NET MVC preview 5, so therefore I upgraded [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/comment-page-1/#comment-4</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sun, 14 Sep 2008 01:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2008/08/27/paging-with-asp.net-mvc.aspx#comment-4</guid>
		<description>Hi,&lt;br /&gt;&lt;br /&gt;I am just using your code. It is great ... I made a few changes:&lt;br /&gt;&lt;br /&gt;1. Added a new parameter to the Pager: IDictionary&lt;string, object&gt; htmlAttributes;&lt;br /&gt;&lt;br /&gt;    This way HTML attributes can be used on the pager. Applied to which tag? See (2)&lt;br /&gt;&lt;br /&gt;2. Wrapped all tag in an unordered list (ul) where each page button is a list item ... In my opinion this is better; I used:&lt;br /&gt;&lt;br /&gt;      TagBuilder pager = new TagBuilder(&quot;ul&quot;);&lt;br /&gt;      pager.MergeAttributes&lt;string, object&gt;(attributes);&lt;br /&gt;&lt;br /&gt;3. Added a &quot;box&quot; before the buttons saying &quot;Page {PageNumber} of {PageCount};&lt;br /&gt;&lt;br /&gt;4. Hide next and previous page if PageCount &lt;= 1&lt;br /&gt;&lt;br /&gt;In my page I use some text like &quot;Page ... of ...&quot;, or a title for each button like &quot;Page 1&quot;, &quot;Next Page&quot;, &quot;Previous Page&quot; ...&lt;br /&gt;&lt;br /&gt;What would be the best way to add localization to this items?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Miguel </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am just using your code. It is great &#8230; I made a few changes:</p>
<p>1. Added a new parameter to the Pager: IDictionary<string , object> htmlAttributes;</p>
<p>    This way HTML attributes can be used on the pager. Applied to which tag? See (2)</p>
<p>2. Wrapped all tag in an unordered list (ul) where each page button is a list item &#8230; In my opinion this is better; I used:</p>
<p>      TagBuilder pager = new TagBuilder(&#8220;ul&#8221;);<br />      pager.MergeAttributes</string><string , object>(attributes);</p>
<p>3. Added a &#8220;box&#8221; before the buttons saying &#8220;Page {PageNumber} of {PageCount};</p>
<p>4. Hide next and previous page if PageCount < = 1</p>
<p>In my page I use some text like &#8220;Page &#8230; of &#8230;&#8221;, or a title for each button like &#8220;Page 1&#8243;, &#8220;Next Page&#8221;, &#8220;Previous Page&#8221; &#8230;</p>
<p>What would be the best way to add localization to this items?</p>
<p>Thanks,</p>
<p>Miguel</string></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/comment-page-1/#comment-3</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2008/08/27/paging-with-asp.net-mvc.aspx#comment-3</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://blogs.taiga.nl/martijn/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Goode</title>
		<link>http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/comment-page-1/#comment-2</link>
		<dc:creator>Troy Goode</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2008/08/27/paging-with-asp.net-mvc.aspx#comment-2</guid>
		<description>Nicely done, Martijn. I&#039;ll go ahead and update my blog entry to use IPagedList&lt;T&gt; (implementing IList&lt;T&gt;) rather than the current IPagedList and add a link to this article. Thanks! =)</description>
		<content:encoded><![CDATA[<p>Nicely done, Martijn. I&#8217;ll go ahead and update my blog entry to use IPagedList<t> (implementing IList</t><t>) rather than the current IPagedList and add a link to this article. Thanks! =)</t></p>
]]></content:encoded>
	</item>
</channel>
</rss>
