<?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: Northwind vs AdventureWorks</title>
	<atom:link href="http://www.kaelisspace.com/wordpress22/2009/05/10/northwind-vs-adventureworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kaelisspace.com/wordpress22/2009/05/10/northwind-vs-adventureworks/</link>
	<description>Tips, tricks, and tidbits from a pet-loving computer geek</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:01:28 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Using SqlCommand to populate Label text &#124; Kaeli's Space</title>
		<link>http://www.kaelisspace.com/wordpress22/2009/05/10/northwind-vs-adventureworks/comment-page-1/#comment-25126</link>
		<dc:creator>Using SqlCommand to populate Label text &#124; Kaeli's Space</dc:creator>
		<pubDate>Tue, 19 May 2009 17:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaelisspace.com/wordpress22/?p=1033#comment-25126</guid>
		<description>[...] The following example shows you how to set up a simple ASPX page with a GridView. The GridView (bound with an easy SqlDataSource) grabs the employees from AdventureWorks. When you select a row, the manager&#8217;s details will show up in the Label controls. We make use of the DataKeyNames collection to make grabbing the ManagerID easier in the SelectedIndexChanged event. We use the ManagerID as a parameter to the query, then use SqlDataReader to read the results and populate the Label Text. This example uses AdventureWorks, with schemas removed. [...]</description>
		<content:encoded><![CDATA[<p>[...] The following example shows you how to set up a simple ASPX page with a GridView. The GridView (bound with an easy SqlDataSource) grabs the employees from AdventureWorks. When you select a row, the manager&#8217;s details will show up in the Label controls. We make use of the DataKeyNames collection to make grabbing the ManagerID easier in the SelectedIndexChanged event. We use the ManagerID as a parameter to the query, then use SqlDataReader to read the results and populate the Label Text. This example uses AdventureWorks, with schemas removed. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
