<?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: How to use the QueryString in ASP</title>
	<atom:link href="http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/feed/?paged=2" rel="self" type="application/rss+xml" />
	<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/</link>
	<description>interesting things.</description>
	<lastBuildDate>Wed, 29 Apr 2009 14:06:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Desmond Gordon</title>
		<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/comment-page-1/#comment-21113</link>
		<dc:creator>Desmond Gordon</dc:creator>
		<pubDate>Thu, 07 Jun 2007 17:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/#comment-21113</guid>
		<description>Is it possible to modify the form method dynamically the way we can modify the form action for instance.  Like on the click of button1 the method is post and the action is URL1 but on the click of button2 the acyion is GET and the action is URL2?</description>
		<content:encoded><![CDATA[<p>Is it possible to modify the form method dynamically the way we can modify the form action for instance.  Like on the click of button1 the method is post and the action is URL1 but on the click of button2 the acyion is GET and the action is URL2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharanamma A S</title>
		<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/comment-page-1/#comment-5979</link>
		<dc:creator>Sharanamma A S</dc:creator>
		<pubDate>Tue, 27 Feb 2007 08:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/#comment-5979</guid>
		<description>it really helped me thanks</description>
		<content:encoded><![CDATA[<p>it really helped me thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/comment-page-1/#comment-37</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sat, 25 Mar 2006 22:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/#comment-37</guid>
		<description>Hi charu, you need to encode the ampersand so that it gets sent properly through the QueryString.
You can do this by replacing the &amp; in the query string by %26, eg page.asp?blah=one%26two - then blah will have the value  one&amp;two.
To have ASP encode a string automatically like this for you to use in the query string, you can use the Server.URLEncode method.
eg:
Server.URLEncode(&quot;neetu &amp; geetu&quot;)
produces neetu+%26+geetu (since spaces are converted to + and &amp; is converted to %26).

Hope this helps,
steve
</description>
		<content:encoded><![CDATA[<p>Hi charu, you need to encode the ampersand so that it gets sent properly through the QueryString.<br />
You can do this by replacing the &amp; in the query string by %26, eg page.asp?blah=one%26two &#8211; then blah will have the value  one&amp;two.<br />
To have ASP encode a string automatically like this for you to use in the query string, you can use the Server.URLEncode method.<br />
eg:<br />
Server.URLEncode(&#8220;neetu &amp; geetu&#8221;)<br />
produces neetu+%26+geetu (since spaces are converted to + and &amp; is converted to %26).</p>
<p>Hope this helps,<br />
steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charu</title>
		<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/comment-page-1/#comment-36</link>
		<dc:creator>charu</dc:creator>
		<pubDate>Wed, 22 Mar 2006 14:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/#comment-36</guid>
		<description>hi

  the information that u provided on this page is good but i need to ask one thing that what if the field that we are sending in the querystring contains an ampersand .....actually i facing this problem 

eg
i want to send two names in the querystring and they are stored in the database as neetu &amp; geetu....then it does not read the 2nd name &#039;geetu&#039; ...please can u help me in this regard ...

waiting for your reply

charu</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>  the information that u provided on this page is good but i need to ask one thing that what if the field that we are sending in the querystring contains an ampersand &#8230;..actually i facing this problem </p>
<p>eg<br />
i want to send two names in the querystring and they are stored in the database as neetu &amp; geetu&#8230;.then it does not read the 2nd name &#8216;geetu&#8217; &#8230;please can u help me in this regard &#8230;</p>
<p>waiting for your reply</p>
<p>charu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
