<?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 dotNetChris @ Marisic.Net</title>
	<atom:link href="http://dotnetchris.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetchris.wordpress.com</link>
	<description>C# ASP.Net Development Weblog</description>
	<lastBuildDate>Thu, 12 Nov 2009 15:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flash CS4 Publish to Gif file sucks by jerimy</title>
		<link>http://dotnetchris.wordpress.com/2009/08/03/flash-cs4-publish-to-gif-file-sucks/#comment-289</link>
		<dc:creator>jerimy</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=286#comment-289</guid>
		<description>I just wanted to say thank you! I could never get gif&#039;s to publish well in flash and E.M. Magic Swf2Gif worked perfectly. You are a life saver!</description>
		<content:encoded><![CDATA[<p>I just wanted to say thank you! I could never get gif&#8217;s to publish well in flash and E.M. Magic Swf2Gif worked perfectly. You are a life saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writting LOBs / CLOBs to oracle using C# ASP.NET 2.0 by Ravi</title>
		<link>http://dotnetchris.wordpress.com/2008/04/10/writting-lobs-clobs-to-oracle-using-c-aspnet-20/#comment-288</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 28 Oct 2009 10:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=3#comment-288</guid>
		<description>Excellent one!!!. You saved me lot of time.</description>
		<content:encoded><![CDATA[<p>Excellent one!!!. You saved me lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET Response.Redirect Open Into New Window by dotnetchris</title>
		<link>http://dotnetchris.wordpress.com/2008/11/04/c-aspnet-responseredirect-open-into-new-window/#comment-287</link>
		<dc:creator>dotnetchris</dc:creator>
		<pubDate>Wed, 07 Oct 2009 21:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=6#comment-287</guid>
		<description>Chad,

If the case is you selectively want to do it, you&#039;ll find it much easier to use Page.ClientScript.RegisterClientScript and just inject in a javascript:window.open event.</description>
		<content:encoded><![CDATA[<p>Chad,</p>
<p>If the case is you selectively want to do it, you&#8217;ll find it much easier to use Page.ClientScript.RegisterClientScript and just inject in a javascript:window.open event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS4 Publish to Gif file sucks by ilike2flash</title>
		<link>http://dotnetchris.wordpress.com/2009/08/03/flash-cs4-publish-to-gif-file-sucks/#comment-286</link>
		<dc:creator>ilike2flash</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=286#comment-286</guid>
		<description>I never actually knew the GIF publish setting causes so many problems. I will definitely try magicswf when I need to publish GIF&#039;s.</description>
		<content:encoded><![CDATA[<p>I never actually knew the GIF publish setting causes so many problems. I will definitely try magicswf when I need to publish GIF&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET Response.Redirect Open Into New Window by Chad</title>
		<link>http://dotnetchris.wordpress.com/2008/11/04/c-aspnet-responseredirect-open-into-new-window/#comment-284</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=6#comment-284</guid>
		<description>oops, here is a challenge...

i want it to SELECTIVELY open in a new window, don&#039;t think this solution will work for that.

I have a simple input box which is a search, on submit i search based on user input, if there is a match i want to redirect to a page in a new window, if there is not a match i want to stay on that page and show a panel.

any ideas?

thx</description>
		<content:encoded><![CDATA[<p>oops, here is a challenge&#8230;</p>
<p>i want it to SELECTIVELY open in a new window, don&#8217;t think this solution will work for that.</p>
<p>I have a simple input box which is a search, on submit i search based on user input, if there is a match i want to redirect to a page in a new window, if there is not a match i want to stay on that page and show a panel.</p>
<p>any ideas?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET Response.Redirect Open Into New Window by Chad</title>
		<link>http://dotnetchris.wordpress.com/2008/11/04/c-aspnet-responseredirect-open-into-new-window/#comment-283</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=6#comment-283</guid>
		<description>This is fantastic, worked brilliantly!

OnClientClick=&quot;aspnetForm.target =&#039;_blank&#039;;&quot;


Nice!</description>
		<content:encoded><![CDATA[<p>This is fantastic, worked brilliantly!</p>
<p>OnClientClick=&#8221;aspnetForm.target =&#8217;_blank&#8217;;&#8221;</p>
<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The dreaded ASP.NET submit button double click by sandrar</title>
		<link>http://dotnetchris.wordpress.com/2008/08/07/the-dreaded-aspnet-submit-button-double-click/#comment-274</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=28#comment-274</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a generic validation framework by dotnetchris</title>
		<link>http://dotnetchris.wordpress.com/2009/02/11/creating-a-generic-validation-framework/#comment-273</link>
		<dc:creator>dotnetchris</dc:creator>
		<pubDate>Sat, 05 Sep 2009 15:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=260#comment-273</guid>
		<description>Russ,

http://code.assembla.com/MarisicDotNet/subversion/nodes/StructuredWeb/StructuredWeb

Go there and click the download button and it will create a zip for you of the source code. The code you are looking for is under the validation folder. The StructuredWeb project depends on PostSharp so there&#039;s 2 things you can do either go in and comment out the BusinessConversation class and any where that attribute exists and the solution will build or you can just take a look at the Validation / ValidationTest projects seperately.

If you have any issues getting it now or any questions don&#039;t hesitate to contact me!</description>
		<content:encoded><![CDATA[<p>Russ,</p>
<p><a href="http://code.assembla.com/MarisicDotNet/subversion/nodes/StructuredWeb/StructuredWeb" rel="nofollow">http://code.assembla.com/MarisicDotNet/subversion/nodes/StructuredWeb/StructuredWeb</a></p>
<p>Go there and click the download button and it will create a zip for you of the source code. The code you are looking for is under the validation folder. The StructuredWeb project depends on PostSharp so there&#8217;s 2 things you can do either go in and comment out the BusinessConversation class and any where that attribute exists and the solution will build or you can just take a look at the Validation / ValidationTest projects seperately.</p>
<p>If you have any issues getting it now or any questions don&#8217;t hesitate to contact me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a generic validation framework by Russ</title>
		<link>http://dotnetchris.wordpress.com/2009/02/11/creating-a-generic-validation-framework/#comment-272</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sat, 05 Sep 2009 05:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=260#comment-272</guid>
		<description>Can you send me either a link or the zipfiles for Creating a generic validation framework? 

I can&#039;t find it on your assembla page.

Russ</description>
		<content:encoded><![CDATA[<p>Can you send me either a link or the zipfiles for Creating a generic validation framework? </p>
<p>I can&#8217;t find it on your assembla page.</p>
<p>Russ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conversation Per Business Transaction using PostSharp and IoC by Bill Bartmann</title>
		<link>http://dotnetchris.wordpress.com/2009/01/27/conversation-per-business-transaction-using-postsharp-and-ioc/#comment-271</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=230#comment-271</guid>
		<description>Excellent site, keep up the good work</description>
		<content:encoded><![CDATA[<p>Excellent site, keep up the good work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
