<?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>Rickey Whitworth&#039;s Blog &#187; asp.net</title>
	<atom:link href="http://www.whitworth.org/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 05 Apr 2011 21:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install the Ajax Control Toolkit for Visual Studio 2008</title>
		<link>http://www.whitworth.org/2008/05/08/how-to-install-the-ajax-control-toolkit-for-visual-studio-2008/</link>
		<comments>http://www.whitworth.org/2008/05/08/how-to-install-the-ajax-control-toolkit-for-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 08 May 2008 18:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,70a252e0-89fe-49e9-bae1-ba8032fe1709.aspx</guid>
		<description><![CDATA[Ã‚Â 

Install the ASP.NET Ajax 1.0 extensions here http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&#38;displaylang=en
Download this (AjaxControlToolkit.zip)
and unpack it to a folder on your local computer.
Open Visual Studio, right click on Tools and create a new tab. Call it Ajax Controls.
Right click the tab and pick Choose Items&#8230;
Browse to the directory where you unpacked the toolkit, browse to the Sample Web Site
folder, [...]]]></description>
			<content:encoded><![CDATA[<p>Ã‚Â </p>
<ol>
<li>Install the ASP.NET Ajax 1.0 extensions here <a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en</a></li>
<li>Download this (<a title="AjaxControlToolkit.zip" href="javascript:__doPostBack('ctl00$ctl00$Content$TabContentPanel$Content$ReleaseFiles$FileList$ctl00$FileNameLink','')">AjaxControlToolkit.zip</a>)<br />
and unpack it to a folder on your local computer.</li>
<li>Open Visual Studio, right click on Tools and create a new tab. Call it Ajax Controls.<br />
Right click the tab and pick Choose Items&#8230;</li>
<li>Browse to the directory where you unpacked the toolkit, browse to the Sample Web Site<br />
folder, then the bin directory. Choose the AjaxControlToolkit.dll and your list should<br />
be populated with the new controls.</li>
</ol>
<p>If you want to see a sample of the controls in action, go here (<a title="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Default.aspx" href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Default.aspx">http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Default.aspx</a>)</p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=70a252e0-89fe-49e9-bae1-ba8032fe1709" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/05/08/how-to-install-the-ajax-control-toolkit-for-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matt Berseth: Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView Controls</title>
		<link>http://www.whitworth.org/2008/04/30/matt-berseth-building-a-grouping-grid-with-the-aspnet-35-linqdatasource-and-listview-controls/</link>
		<comments>http://www.whitworth.org/2008/04/30/matt-berseth-building-a-grouping-grid-with-the-aspnet-35-linqdatasource-and-listview-controls/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:49:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,582842a3-4eee-4ae6-aa49-5dd990564051.aspx</guid>
		<description><![CDATA[Ã‚Â 
So for a recent research project, I decided I would look into the LinqDataSource&#8217;s
control GroupBy and OrderGroupBy attributes
to see if they could be used to help me build a grid that supports grouping.Ã‚Â
Below is the final screen shot for my reference application.Ã‚Â  The grid shows
the rows in the Northwind Orders table &#8211; grouped by the [...]]]></description>
			<content:encoded><![CDATA[<p>Ã‚Â </p>
<blockquote><p>So for a recent research project, I decided I would look into the LinqDataSource&#8217;s<br />
control <a href="http://msdn2.microsoft.com/en-us/library/bb550442.aspx">GroupBy</a> and <a href="http://msdn2.microsoft.com/en-us/library/bb908431.aspx">OrderGroupBy</a> attributes<br />
to see if they could be used to help me build a grid that supports grouping.Ã‚Â<br />
Below is the final screen shot for my reference application.Ã‚Â  The grid shows<br />
the rows in the Northwind Orders table &#8211; grouped by the customer that placed the order.Ã‚Â<br />
The group of orders for each customer can be expanded/collapsed by clicking on the<br />
plus/minus icon (no postback required).Ã‚Â  Read on if you are interested in the<br />
details.Ã‚Â  If you download the code, make sure to update the connection string<br />
in the web.config to point to your Northwind database.</p></blockquote>
<p><a href="http://mattberseth.com/blog/2008/01/building_a_grouping_grid_with.html">Matt<br />
Berseth: Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView<br />
Controls</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=582842a3-4eee-4ae6-aa49-5dd990564051" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/04/30/matt-berseth-building-a-grouping-grid-with-the-aspnet-35-linqdatasource-and-listview-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

