<?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>Chryzo's Notepad &#187; GridView</title>
	<atom:link href="http://www.chryzo.net/tag/gridview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chryzo.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:08:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ASP.NET &amp; GridViews</title>
		<link>http://www.chryzo.net/2009/03/aspnet-gridviews/</link>
		<comments>http://www.chryzo.net/2009/03/aspnet-gridviews/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 08:04:35 +0000</pubDate>
		<dc:creator>Chryzo</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[GridView]]></category>

		<guid isPermaLink="false">http://www.chryzo.net/?p=10</guid>
		<description><![CDATA[New POC i need to do at work again. Again using ASP.NET, C# because I can&#8217;t get the web admin to actually install the PHP extensions I would like to use (such as the ones for PDO). Gridviews have to be use, so I get to coding them and coding the associated SQL Procedures. And [...]]]></description>
			<content:encoded><![CDATA[<p>New POC i need to do at work again. Again using ASP.NET, C# because I can&#8217;t get the web admin to actually install the PHP extensions I would like to use (such as the ones for PDO).</p>
<p>Gridviews have to be use, so I get to coding them and coding the associated SQL Procedures. And then I got the usual errors when trying to update an element in one of my gridviews. The error is because the SelectParameters names and the UpdateParameters names did not match.</p>
<p>GridView Select &amp; Update parameters needs to have the same names! (Well at least that solved the problem)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chryzo.net/2009/03/aspnet-gridviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
