<?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>Quinterox &#187; request.querystring</title>
	<atom:link href="http://www.quinterox.com/content/tag/requestquerystring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quinterox.com/content</link>
	<description>Cesar Quinteros</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Request.Querystring()</title>
		<link>http://www.quinterox.com/content/code/requestquerystring/</link>
		<comments>http://www.quinterox.com/content/code/requestquerystring/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 04:14:22 +0000</pubDate>
		<dc:creator>Cesar Quinteros</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[request.querystring]]></category>

		<guid isPermaLink="false">http://quinterox.com/code/?p=32</guid>
		<description><![CDATA[Simple use of Request.Querystring]]></description>
			<content:encoded><![CDATA[<p>The Request.QueryString() function is useful when you need to pass information to your application based on user interaction. For example if you have a GridView control full of names and you want to pass either the value of a datakey or the selection the user made itself to your application to return more detailed data you can use the Request.QueryString() function to do so.</p>
<pre>Label1.Text.Request.QueryString(”qtext”)</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.quinterox.com/content/code/requestquerystring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
