<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SubmittedWith Parameter Binder &#8211; Which button was clicked?</title>
	<atom:link href="http://randomcode.net.nz/2009/02/23/submittedwith-parameter-binder-which-button-was-clicked/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomcode.net.nz/2009/02/23/submittedwith-parameter-binder-which-button-was-clicked/</link>
	<description>Random code and concepts from yet another .NET developer</description>
	<lastBuildDate>Mon, 20 Sep 2010 02:21:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Neal</title>
		<link>http://randomcode.net.nz/2009/02/23/submittedwith-parameter-binder-which-button-was-clicked/#comment-89</link>
		<dc:creator><![CDATA[Neal]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 06:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://randomcode.net.nz/?p=53#comment-89</guid>
		<description><![CDATA[@morcs

Yes, you could use the Params collection, but given that there is a Sort and Search, the smaller the collection the better.]]></description>
		<content:encoded><![CDATA[<p>@morcs</p>
<p>Yes, you could use the Params collection, but given that there is a Sort and Search, the smaller the collection the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morcs</title>
		<link>http://randomcode.net.nz/2009/02/23/submittedwith-parameter-binder-which-button-was-clicked/#comment-88</link>
		<dc:creator><![CDATA[morcs]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 11:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://randomcode.net.nz/?p=53#comment-88</guid>
		<description><![CDATA[Nice, 

I think you can use context.Request.Params instead of context.Request.QueryString and context.Request.Form to eliminate the GET/POST check.]]></description>
		<content:encoded><![CDATA[<p>Nice, </p>
<p>I think you can use context.Request.Params instead of context.Request.QueryString and context.Request.Form to eliminate the GET/POST check.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

