<?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: Check if query string variable exists ASP.NET C#/VB</title>
	<atom:link href="http://www.jamieconnolly.net/index.php/blog/asp-dot-net/check-if-query-string-variable-exists-aspnet-cvb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamieconnolly.net/index.php/blog/asp-dot-net/check-if-query-string-variable-exists-aspnet-cvb/</link>
	<description>This blog displays some of the work I have created including some tutorials for various uses on the web.</description>
	<pubDate>Mon, 21 May 2012 04:34:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Allan</title>
		<link>http://www.jamieconnolly.net/index.php/blog/asp-dot-net/check-if-query-string-variable-exists-aspnet-cvb/comment-page-1/#comment-31</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Sun, 16 Aug 2009 21:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamie-connolly.co.uk/?p=171#comment-31</guid>
		<description>Or try:
&lt;pre name="code" class="c#"&gt;
if (!String.IsNullOrEmpty(Request.QueryString["[VARIABLE]"]))
&lt;/pre&gt;
Does the same thing</description>
		<content:encoded><![CDATA[<p>Or try:</p>
<pre name="code" class="c#">
if (!String.IsNullOrEmpty(Request.QueryString["[VARIABLE]"]))
</pre>
<p>Does the same thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.jamieconnolly.net/index.php/blog/asp-dot-net/check-if-query-string-variable-exists-aspnet-cvb/comment-page-1/#comment-22</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamie-connolly.co.uk/?p=171#comment-22</guid>
		<description>Great info.  Thank you very much for the insight.</description>
		<content:encoded><![CDATA[<p>Great info.  Thank you very much for the insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rufor</title>
		<link>http://www.jamieconnolly.net/index.php/blog/asp-dot-net/check-if-query-string-variable-exists-aspnet-cvb/comment-page-1/#comment-16</link>
		<dc:creator>Rufor</dc:creator>
		<pubDate>Tue, 28 Jul 2009 23:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamie-connolly.co.uk/?p=171#comment-16</guid>
		<description>Hi, 
Ugh, I liked! So clear and positively.
 Rufor</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Ugh, I liked! So clear and positively.<br />
 Rufor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

