<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Aspguy's Weblog</title>
	<atom:link href="http://aspguy.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspguy.wordpress.com</link>
	<description>ASP.NET, SQL Server and Software Design  Articles...</description>
	<lastBuildDate>Tue, 01 Dec 2009 16:40:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to open popup windows in IE/Firefox and return values using ASP.NET by Aref Karimi</title>
		<link>http://aspguy.wordpress.com/2008/06/09/how-to-open-popup-windows-in-iefirefox-and-return-values-using-aspnet/#comment-275</link>
		<dc:creator>Aref Karimi</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=11#comment-275</guid>
		<description>Hi,
As mentioned in the post, add  to the head-section of your dialog page.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
As mentioned in the post, add  to the head-section of your dialog page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to open popup windows in IE/Firefox and return values using ASP.NET by senthil</title>
		<link>http://aspguy.wordpress.com/2008/06/09/how-to-open-popup-windows-in-iefirefox-and-return-values-using-aspnet/#comment-274</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=11#comment-274</guid>
		<description>hi,

   i have lot of checkbox record in child page,so i used gridview with pageing in child page,then i click paging in chcild page the new page opening????


how to solve this????
very urgent</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>   i have lot of checkbox record in child page,so i used gridview with pageing in child page,then i click paging in chcild page the new page opening????</p>
<p>how to solve this????<br />
very urgent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About ASP GUY by Dan</title>
		<link>http://aspguy.wordpress.com/about/#comment-273</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 26 Nov 2009 05:40:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-273</guid>
		<description>A really great blog. Much useful information for asp.net beginners and even professionals.</description>
		<content:encoded><![CDATA[<p>A really great blog. Much useful information for asp.net beginners and even professionals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some MyCaptcha Improvements by Steven</title>
		<link>http://aspguy.wordpress.com/2009/10/20/mycaptcha-got-updated/#comment-269</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=246#comment-269</guid>
		<description>Ah, I didn&#039;t have SecurityHelper.cs in the App_Code folder! Thanks!

It&#039;s not a problem with your code, I&#039;m just not sure how to use it with CreateUserWizard, because I can&#039;t just add the code in the wizard (&amp; can&#039;t add onclick to button).  I was just hoping you or someone else has done it and could provide direction :)</description>
		<content:encoded><![CDATA[<p>Ah, I didn&#8217;t have SecurityHelper.cs in the App_Code folder! Thanks!</p>
<p>It&#8217;s not a problem with your code, I&#8217;m just not sure how to use it with CreateUserWizard, because I can&#8217;t just add the code in the wizard (&amp; can&#8217;t add onclick to button).  I was just hoping you or someone else has done it and could provide direction <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some MyCaptcha Improvements by Aref Karimi</title>
		<link>http://aspguy.wordpress.com/2009/10/20/mycaptcha-got-updated/#comment-268</link>
		<dc:creator>Aref Karimi</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=246#comment-268</guid>
		<description>Dear Steven,
SecurityHelper.cs is located under App_Code folder. Please add it to your own project. You can also replace it with any Encryption/Decryption utility.</description>
		<content:encoded><![CDATA[<p>Dear Steven,<br />
SecurityHelper.cs is located under App_Code folder. Please add it to your own project. You can also replace it with any Encryption/Decryption utility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some MyCaptcha Improvements by Aref Karimi</title>
		<link>http://aspguy.wordpress.com/2009/10/20/mycaptcha-got-updated/#comment-267</link>
		<dc:creator>Aref Karimi</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=246#comment-267</guid>
		<description>I added a complete post in CodePlex about using MyCaptcha with CreateUserWizard control. Please read it here:

&lt;a href=&quot;http://mycaptcha.codeplex.com/Thread/View.aspx?ThreadId=74794&quot; rel=&quot;nofollow&quot;&gt;http://mycaptcha.codeplex.com/Thread/View.aspx?ThreadId=74794&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I added a complete post in CodePlex about using MyCaptcha with CreateUserWizard control. Please read it here:</p>
<p><a href="http://mycaptcha.codeplex.com/Thread/View.aspx?ThreadId=74794" rel="nofollow">http://mycaptcha.codeplex.com/Thread/View.aspx?ThreadId=74794</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing a 3-Tier architecture with C# &#8211; Part 1 by Aref Karimi</title>
		<link>http://aspguy.wordpress.com/2008/07/12/implementing-a-3-tier-architecture-with-c-part-1/#comment-266</link>
		<dc:creator>Aref Karimi</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=27#comment-266</guid>
		<description>I will post an article based on DTO and EF soon :)</description>
		<content:encoded><![CDATA[<p>I will post an article based on DTO and EF soon <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A 3-Tier Architecture with LINQ TO SQL by Aref Karimi</title>
		<link>http://aspguy.wordpress.com/2008/07/28/a-3-tier-architecture-with-linq-to-sql/#comment-265</link>
		<dc:creator>Aref Karimi</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=64#comment-265</guid>
		<description>Open the DataCotnext in Visual Studio designer, right click on its surface and select properties. Now you can change it in Properties window.</description>
		<content:encoded><![CDATA[<p>Open the DataCotnext in Visual Studio designer, right click on its surface and select properties. Now you can change it in Properties window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some MyCaptcha Improvements by Steven</title>
		<link>http://aspguy.wordpress.com/2009/10/20/mycaptcha-got-updated/#comment-264</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 03 Nov 2009 06:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=246#comment-264</guid>
		<description>Also, I was able to get your first version to function...just couldn&#039;t get it working with the CreateUserWizard, but after downloading the updated files, I keep getting this error: 

The name &#039;SecurityHelper&#039; does not exist in the current context

Source File: MyCaptcha.ascx.cs    Line: 55</description>
		<content:encoded><![CDATA[<p>Also, I was able to get your first version to function&#8230;just couldn&#8217;t get it working with the CreateUserWizard, but after downloading the updated files, I keep getting this error: </p>
<p>The name &#8216;SecurityHelper&#8217; does not exist in the current context</p>
<p>Source File: MyCaptcha.ascx.cs    Line: 55</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some MyCaptcha Improvements by Steven</title>
		<link>http://aspguy.wordpress.com/2009/10/20/mycaptcha-got-updated/#comment-263</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 03 Nov 2009 02:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://aspguy.wordpress.com/?p=246#comment-263</guid>
		<description>How can I get this to work with Visual Studio&#039;s CreateUserWizard?</description>
		<content:encoded><![CDATA[<p>How can I get this to work with Visual Studio&#8217;s CreateUserWizard?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
