<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to use the QueryString in ASP</title>
	<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/</link>
	<description>Contains no moose and very litle disco. :'(</description>
	<pubDate>Mon, 13 Oct 2008 07:39:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Desmond Gordon</title>
		<link>http://discomoose.org/2005/10/19/how-to-use-the-querystring-in-asp/#comment-21113</link>
		<dc:creator>Desmond Gordon</dc:creator>
		<pubDate>Thu, 07 Jun 2007 17:45:43 +0000</pubDate>
		<guid>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-5979</link>
		<dc:creator>Sharanamma A S</dc:creator>
		<pubDate>Tue, 27 Feb 2007 08:53:53 +0000</pubDate>
		<guid>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-37</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sat, 25 Mar 2006 22:00:14 +0000</pubDate>
		<guid>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 &#38; in the query string by %26, eg page.asp?blah=one%26two - then blah will have the value  one&#38;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("neetu &#38; geetu")
produces neetu+%26+geetu (since spaces are converted to + and &#38; 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 - 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(&#8221;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-36</link>
		<dc:creator>charu</dc:creator>
		<pubDate>Wed, 22 Mar 2006 14:03:03 +0000</pubDate>
		<guid>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 &#38; geetu....then it does not read the 2nd name 'geetu' ...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>
