<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sachin Jain &#187; paging</title>
	<atom:link href="http://www.sachinjain.me/tag/paging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sachinjain.me</link>
	<description>IT Professional - MCA, MBA</description>
	<lastBuildDate>Thu, 20 May 2010 15:07:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generate Paging &#8211; Custom function</title>
		<link>http://www.sachinjain.me/2009/10/generate-paging-custom-function/</link>
		<comments>http://www.sachinjain.me/2009/10/generate-paging-custom-function/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:03:58 +0000</pubDate>
		<dc:creator>Sachin Jain</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[paging]]></category>

		<guid isPermaLink="false">http://www.sachinjain.me/?p=77</guid>
		<description><![CDATA[Here it goes

private int mstrPageSize = 1;
    private int mstrTotalRecords = 1;
    private int mstrCurrentPage = 1;



    public int PageSize
    {
        get
        {
            return mstrPageSize;
        }]]></description>
		<wfw:commentRss>http://www.sachinjain.me/2009/10/generate-paging-custom-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
