<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BasementJack &#187; ASP.NET</title>
	<atom:link href="http://basementjack.com/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://basementjack.com</link>
	<description>Jack&#039;s basement and some other stuff...</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Debugging .NET code within a try/Catch</title>
		<link>http://basementjack.com/uncategorized/debugging-net-code-within-a-trycatch/</link>
		<comments>http://basementjack.com/uncategorized/debugging-net-code-within-a-trycatch/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:14:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=84</guid>
		<description><![CDATA[In .net exceptions bubble up from the lowest source to the highest. Often times the lower sourced error gets handled by a higher level try/catch, but thats not always what you want when you&#8217;re developing &#8211; here&#8217;s some info on how to deal with that. http://blogs.msdn.com/kirillosenkov/archive/2008/12/07/how-to-debug-crashes-and-hangs.aspx]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/kirillosenkov/archive/2008/12/07/how-to-debug-crashes-and-hangs.aspx"></a></p>
<p>In .net exceptions bubble up from the lowest source to the highest.</p>
<p>Often times the lower sourced error gets handled by a higher level try/catch, but thats not always what you want when you&#8217;re developing &#8211; here&#8217;s some info on how to deal with that.</p>
<p><span style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><a href="http://blogs.msdn.com/kirillosenkov/archive/2008/12/07/how-to-debug-crashes-and-hangs.aspx">http://blogs.msdn.com/kirillosenkov/archive/2008/12/07/how-to-debug-crashes-and-hangs.aspx</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/debugging-net-code-within-a-trycatch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET ajax controls</title>
		<link>http://basementjack.com/uncategorized/aspnet-ajax-controls/</link>
		<comments>http://basementjack.com/uncategorized/aspnet-ajax-controls/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:52:32 +0000</pubDate>
		<dc:creator>BasementJack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Controls]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=73</guid>
		<description><![CDATA[I personally like and use the obout.com suite of tools &#8211; for $200 (with 2 years of updates!) you can&#8217;t beat the price and you get a handful of very nice controls. Another alternative is the Gaiaware.net suite which is $200 for a one time download, or $600 for a years worth of updates.]]></description>
			<content:encoded><![CDATA[<p>I personally like and use the obout.com suite of tools &#8211; for $200 (with 2 years of updates!) you can&#8217;t beat the price and you get a handful of very nice controls.</p>
<p>Another alternative is the Gaiaware.net suite which is $200 for a one time download, or $600 for a years worth of updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/aspnet-ajax-controls/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ASP.NET image navigation control</title>
		<link>http://basementjack.com/uncategorized/aspnet-image-navigation-control/</link>
		<comments>http://basementjack.com/uncategorized/aspnet-image-navigation-control/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:34:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[control]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=70</guid>
		<description><![CDATA[http://www.imagenav.com A nice looking control, a bit wierd, cause the website is pretty nicely done, yet has no pricing information]]></description>
			<content:encoded><![CDATA[<p>http://www.imagenav.com</p>
<p>A nice looking control, a bit wierd, cause the website is pretty nicely done, yet has no pricing information</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/aspnet-image-navigation-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JQuery to call ASP.NET page methods</title>
		<link>http://basementjack.com/uncategorized/using-jquery-to-call-aspnet-page-methods/</link>
		<comments>http://basementjack.com/uncategorized/using-jquery-to-call-aspnet-page-methods/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 09:48:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=48</guid>
		<description><![CDATA[http://www.dexign.net/post/2008/07/16/jQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx]]></description>
			<content:encoded><![CDATA[<p><a title="Use Jquery to call asp.net page methods" href="http://www.dexign.net/post/2008/07/16/jQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx">http://www.dexign.net/post/2008/07/16/jQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/using-jquery-to-call-aspnet-page-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

