<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Paging data with the ASP.NET SqlDataSource and GridView controls</title>
	<link>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/</link>
	<description>Quality ASP.NET/C#/SQL Server tutorials, examples, videos and advice</description>
	<pubDate>Sat, 19 May 2012 16:01:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: ted</title>
		<link>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/#comment-216</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:42:41 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/#comment-216</guid>
		<description>Dear M,
You are getting that error "...PageIndexChanging which wasn't handled" because you need to use the DataSourceID property of the GridView and assign it to a DataSource control like an SqlDataSource or an ObjectDataSource.  It's the DataSource controls that handle the paging automatically.  Otherwise you have to implement the event yourself and write code as the error points out.  So use an SqlDataSource like I did in the example code.</description>
		<content:encoded><![CDATA[<p>Dear M,<br />
You are getting that error &#8220;&#8230;PageIndexChanging which wasn&#8217;t handled&#8221; because you need to use the DataSourceID property of the GridView and assign it to a DataSource control like an SqlDataSource or an ObjectDataSource.  It&#8217;s the DataSource controls that handle the paging automatically.  Otherwise you have to implement the event yourself and write code as the error points out.  So use an SqlDataSource like I did in the example code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/#comment-215</link>
		<dc:creator>M</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:59:39 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/#comment-215</guid>
		<description>Your example collapses with the following error:
The GridView 'GridView1' fired event PageIndexChanging which wasn't handled</description>
		<content:encoded><![CDATA[<p>Your example collapses with the following error:<br />
The GridView &#8216;GridView1&#8242; fired event PageIndexChanging which wasn&#8217;t handled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynn</title>
		<link>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/#comment-174</link>
		<dc:creator>Lynn</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:12:16 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2008/12/31/paging-data-with-the-aspnet-sqldatasource-and-gridview-controls/#comment-174</guid>
		<description>Thanks... Any suggestion or idea how to make a due date reminder?</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; Any suggestion or idea how to make a due date reminder?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

