<?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"
	>
<channel>
	<title>Comments on: How to encrypt a query string ?</title>
	<atom:link href="http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/</link>
	<description>Get stuff done with ASP.NET</description>
	<pubDate>Thu, 11 Mar 2010 09:25:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Vihutuo</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-3817</link>
		<dc:creator>Vihutuo</dc:creator>
		<pubDate>Mon, 15 Jun 2009 10:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-3817</guid>
		<description>&lt;a href="#comment-3815" rel="nofollow"&gt;@varun&lt;/a&gt; -
in c# it will be
qs["Myname"]="John";&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('3817','Vihutuo','&#60;a href=\&#34;#comment-3815\&#34; rel=\&#34;nofollow\&#34;&#62;@varun&#60;\/a&#62; -\nin c# it will be\nqs&#38;#91;\&#34;Myname\&#34;&#38;#93;=\&#34;John\&#34;;'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-3815" rel="nofollow">@varun</a> -<br />
in c# it will be<br />
qs["Myname"]=&#8221;John&#8221;;
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('3817','Vihutuo','&lt;a href=\&quot;#comment-3815\&quot; rel=\&quot;nofollow\&quot;&gt;@varun&lt;\/a&gt; -\nin c# it will be\nqs&amp;#91;\&quot;Myname\&quot;&amp;#93;=\&quot;John\&quot;;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-3815</link>
		<dc:creator>varun</dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-3815</guid>
		<description>i am getting one error in c# i.e semicolon expected in line 2 but i have written everything right. my code is
TSHAK.Components.SecureQueryString qs = New TSHAK.Components.SecureQueryString (new Byte() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 8});
 qs("Myname")="John";
qs("MyAge")=5;
Response.Redirect("Page2.aspx?data=" + HttpUtility.UrlEncode(qs.ToString()));&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('3815','varun','i am getting one error in c# i.e semicolon expected in line 2 but i have written everything right. my code is\r\nTSHAK.Components.SecureQueryString qs = New TSHAK.Components.SecureQueryString (new Byte() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 8});\r\n qs(\&#34;Myname\&#34;)=\&#34;John\&#34;;\r\nqs(\&#34;MyAge\&#34;)=5;\r\nResponse.Redirect(\&#34;Page2.aspx?data=\&#34; + HttpUtility.UrlEncode(qs.ToString()));'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>i am getting one error in c# i.e semicolon expected in line 2 but i have written everything right. my code is<br />
TSHAK.Components.SecureQueryString qs = New TSHAK.Components.SecureQueryString (new Byte() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 8});<br />
 qs(&#8221;Myname&#8221;)=&#8221;John&#8221;;<br />
qs(&#8221;MyAge&#8221;)=5;<br />
Response.Redirect(&#8221;Page2.aspx?data=&#8221; + HttpUtility.UrlEncode(qs.ToString()));
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('3815','varun','i am getting one error in c# i.e semicolon expected in line 2 but i have written everything right. my code is\r\nTSHAK.Components.SecureQueryString qs = New TSHAK.Components.SecureQueryString (new Byte() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 8});\r\n qs(\&quot;Myname\&quot;)=\&quot;John\&quot;;\r\nqs(\&quot;MyAge\&quot;)=5;\r\nResponse.Redirect(\&quot;Page2.aspx?data=\&quot; + HttpUtility.UrlEncode(qs.ToString()));'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-3814</link>
		<dc:creator>varun</dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-3814</guid>
		<description>i am getting one error in c#&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('3814','varun','i am getting one error in c#'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>i am getting one error in c#
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('3814','varun','i am getting one error in c#'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parshv</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-1319</link>
		<dc:creator>Parshv</dc:creator>
		<pubDate>Wed, 25 Feb 2009 11:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-1319</guid>
		<description>RA,
http://blog.madskristensen.dk/post/HttpModule-for-query-string-encryption.aspx

faced problem for POST form methods but searched for Form Control and got help from the article: http://www.codeproject.com/KB/aspnet/UrlRewriteForAjax.aspx
which explains the use of form control adapters. 

this saved lot of work for me,

thanks a lot.

please keep helping&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('1319','Parshv','RA,\r\nhttp:\/\/blog.madskristensen.dk\/post\/HttpModule-for-query-string-encryption.aspx\r\n\r\nfaced problem for POST form methods but searched for Form Control and got help from the article: http:\/\/www.codeproject.com\/KB\/aspnet\/UrlRewriteForAjax.aspx\r\nwhich explains the use of form control adapters. \r\n\r\nthis saved lot of work for me,\r\n\r\nthanks a lot.\r\n\r\nplease keep helping'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>RA,<br />
<a href="http://blog.madskristensen.dk/post/HttpModule-for-query-string-encryption.aspx" rel="nofollow">http://blog.madskristensen.dk/post/HttpModule-for-query-string-encryption.aspx</a></p>
<p>faced problem for POST form methods but searched for Form Control and got help from the article: <a href="http://www.codeproject.com/KB/aspnet/UrlRewriteForAjax.aspx" rel="nofollow">http://www.codeproject.com/KB/aspnet/UrlRewriteForAjax.aspx</a><br />
which explains the use of form control adapters. </p>
<p>this saved lot of work for me,</p>
<p>thanks a lot.</p>
<p>please keep helping
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('1319','Parshv','RA,\r\nhttp:\/\/blog.madskristensen.dk\/post\/HttpModule-for-query-string-encryption.aspx\r\n\r\nfaced problem for POST form methods but searched for Form Control and got help from the article: http:\/\/www.codeproject.com\/KB\/aspnet\/UrlRewriteForAjax.aspx\r\nwhich explains the use of form control adapters. \r\n\r\nthis saved lot of work for me,\r\n\r\nthanks a lot.\r\n\r\nplease keep helping'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-1250</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Thu, 19 Feb 2009 20:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-1250</guid>
		<description>Hi,

This one works fine with IE, but throws Exception, Invalid QueryString in Firefox 3.0.6.

Any help is appreciated.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('1250','Ganesh','Hi,\r\n\r\nThis one works fine with IE, but throws Exception, Invalid QueryString in Firefox 3.0.6.\r\n\r\nAny help is appreciated.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This one works fine with IE, but throws Exception, Invalid QueryString in Firefox 3.0.6.</p>
<p>Any help is appreciated.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('1250','Ganesh','Hi,\r\n\r\nThis one works fine with IE, but throws Exception, Invalid QueryString in Firefox 3.0.6.\r\n\r\nAny help is appreciated.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bikrant</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-1019</link>
		<dc:creator>Bikrant</dc:creator>
		<pubDate>Mon, 09 Feb 2009 05:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-1019</guid>
		<description>how can i encrypt querystirng when i am passing from a hyperling in 
gridview&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('1019','Bikrant','how can i encrypt querystirng when i am passing from a hyperling in \r\ngridview'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>how can i encrypt querystirng when i am passing from a hyperling in<br />
gridview
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('1019','Bikrant','how can i encrypt querystirng when i am passing from a hyperling in \r\ngridview'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vihutuo</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-921</link>
		<dc:creator>Vihutuo</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-921</guid>
		<description>&lt;blockquote&gt;&lt;a href="#comment-651" rel="nofollow"&gt;Originally Posted By pradeep kumar&lt;/a&gt;&lt;br/&gt;Thanks, &lt;/blockquote&gt;
The component will work either in c# or VB.NET. You may declare it like this in c#
TSHAK.Components.SecureQueryString qs;&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('921','Vihutuo','&#60;blockquote&#62;&#60;a href=\&#34;#comment-651\&#34; rel=\&#34;nofollow\&#34;&#62;Originally Posted By pradeep kumar&#60;\/a&#62;&#60;br\/&#62;Thanks, &#60;\/blockquote&#62;\nThe component will work either in c# or VB.NET. You may declare it like this in c#\nTSHAK.Components.SecureQueryString qs;'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><a href="#comment-651" rel="nofollow">Originally Posted By pradeep kumar</a><br />Thanks, </p></blockquote>
<p>The component will work either in c# or VB.NET. You may declare it like this in c#<br />
TSHAK.Components.SecureQueryString qs;
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('921','Vihutuo','&lt;blockquote&gt;&lt;a href=\&quot;#comment-651\&quot; rel=\&quot;nofollow\&quot;&gt;Originally Posted By pradeep kumar&lt;\/a&gt;&lt;br\/&gt;Thanks, &lt;\/blockquote&gt;\nThe component will work either in c# or VB.NET. You may declare it like this in c#\nTSHAK.Components.SecureQueryString qs;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: suja</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-920</link>
		<dc:creator>suja</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-920</guid>
		<description>how can i use this in c#... Is there any namespace to include for vs.2005&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('920','suja','how can i use this in c#... Is there any namespace to include for vs.2005'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>how can i use this in c#&#8230; Is there any namespace to include for vs.2005
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('920','suja','how can i use this in c#... Is there any namespace to include for vs.2005'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: almny</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-866</link>
		<dc:creator>almny</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-866</guid>
		<description>thanks
i search for it
i will try it now :)&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('866','almny','thanks\r\ni search for it\r\ni will try it now :)'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>thanks<br />
i search for it<br />
i will try it now <img src='http://www.tutorialsasp.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('866','almny','thanks\r\ni search for it\r\ni will try it now :)'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: sahil31_mohali</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comment-809</link>
		<dc:creator>sahil31_mohali</dc:creator>
		<pubDate>Fri, 23 Jan 2009 04:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251#comment-809</guid>
		<description>nice article&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('809','sahil31_mohali','nice article'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>nice article
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('809','sahil31_mohali','nice article'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
