<?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: C# How to get a QueryString value from the UrlReferrer</title>
	<atom:link href="http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/</link>
	<description>On Technology &#38; Entrepreneurship</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:29:01 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeremy</title>
		<link>http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/comment-page-1/#comment-163</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 24 Feb 2009 03:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/#comment-163</guid>
		<description>Request.UrlReferrer.Query is empty. Do you know any reason why the parameters are not being sent through

try:

Page.Request...</description>
		<content:encoded><![CDATA[<p>Request.UrlReferrer.Query is empty. Do you know any reason why the parameters are not being sent through</p>
<p>try:</p>
<p>Page.Request&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jill</title>
		<link>http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/comment-page-1/#comment-162</link>
		<dc:creator>jill</dc:creator>
		<pubDate>Fri, 24 Oct 2008 15:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/#comment-162</guid>
		<description>I have tried this but my Request.UrlReferrer.Query is empty.  Do you know any reason why the parameters are not being sent through</description>
		<content:encoded><![CDATA[<p>I have tried this but my Request.UrlReferrer.Query is empty.  Do you know any reason why the parameters are not being sent through</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimson</title>
		<link>http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/comment-page-1/#comment-161</link>
		<dc:creator>jimson</dc:creator>
		<pubDate>Thu, 31 Jul 2008 23:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/#comment-161</guid>
		<description>how to get value of k in new.aspx</description>
		<content:encoded><![CDATA[<p>how to get value of k in new.aspx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimson</title>
		<link>http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/comment-page-1/#comment-160</link>
		<dc:creator>jimson</dc:creator>
		<pubDate>Thu, 31 Jul 2008 23:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/c-how-to-get-a-querystring-value-from-the-urlreferrer/#comment-160</guid>
		<description>int k=9;
Response.Redirect(&quot;new.aspx?k&quot;,true);


nxt page ie:new.aspx
 string str=Request.QueryString[&quot;k&quot;]</description>
		<content:encoded><![CDATA[<p>int k=9;<br />
Response.Redirect(&#8220;new.aspx?k&#8221;,true);</p>
<p>nxt page ie:new.aspx<br />
 string str=Request.QueryString["k"]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
