<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Edelman</title>
    <description>Stories kicked by Edelman</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>BlogEngine.NET: How To Customize Your Blog With New Class Objects</title>
      <description>BlogEngine.NET is a great blogging platform with a lot of the basic necessities. But what if you wanted to add some additional functionality? At first glance, this may not be easy, as BE.NET's core construction can appear complex and overwhelming. This article will cut through the confusion and tell you step-by-step how to add your own class for custom functionality to your blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2008%2f09%2f30%2fblogenginenet-how-to-customize-your-blog-with-new-class-objects%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2008%2f09%2f30%2fblogenginenet-how-to-customize-your-blog-with-new-class-objects%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/BlogEngine_NET_How_To_Customize_Your_Blog_With_New_Class_Objects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/BlogEngine_NET_How_To_Customize_Your_Blog_With_New_Class_Objects</guid>
      <pubDate>Wed, 01 Oct 2008 02:31:48 GMT</pubDate>
    </item>
    <item>
      <title>Google Chrome, The New Kid On The Block</title>
      <description>So when Google announced they had a new browser that was going to break down all the barriers of the internet and the desktop I got excited at the prospects of what they were going to do and what this new user interaction would be. Well today they finally announced the release of the browser and made it public at:

http://www.google.com/chrome &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fgoogle-chrome%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fgoogle-chrome%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Google_Chrome_The_New_Kid_On_The_Block</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Google_Chrome_The_New_Kid_On_The_Block</guid>
      <pubDate>Wed, 03 Sep 2008 03:04:32 GMT</pubDate>
    </item>
    <item>
      <title>Wild Nature - Wild, wild BlogEngine.NET theme </title>
      <description>If you have wild spirit and you like nature then this might be a right theme for your blog. Wild Nature reflects pure, untouched nature washed in rain. Shades of green dominate the theme, but a touch of yellow and light brown make it looks more live. Take a look at the screenshots and download it for your blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f08%2f05%2fWild-Nature-Wild-wild-BlogEngineNET-theme.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f08%2f05%2fWild-Nature-Wild-wild-BlogEngineNET-theme.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Wild_Nature_Wild_wild_BlogEngine_NET_theme</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Wild_Nature_Wild_wild_BlogEngine_NET_theme</guid>
      <pubDate>Tue, 05 Aug 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET: How To Use BulkEditGridview To Save Hours In Database Editing</title>
      <description>The GridView is a fantastic, versatile, and powerful tool. Unfortunately, it is also unrealistic in several aspects. Say you have a page in your website's administrative back-end that is to update all of your prices for your products. With a typical GridView, if you wanted to update, say, 10 of these prices, you will require at minimum 20 postbacks, which depending on the speed of your server can be a lengthy process. Now imagine that you have over 1000 lines to edit. 2000 postbacks, minimum... sound like a daunting task that may take you hours in just waiting for your server to respond?

What if I told you that you could edit an unlimited number of records in a GridView with one click, one postback, and one call to your database, and that only the records you modified would be updated? What if I told you it was way, way easier than you think?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.wordpress.com%2f2008%2f04%2f06%2faspnet-how-to-use-bulkeditgridview-to-save-hours-in-database-editing"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.wordpress.com%2f2008%2f04%2f06%2faspnet-how-to-use-bulkeditgridview-to-save-hours-in-database-editing" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_How_To_Use_BulkEditGridview_To_Save_Hours_In_Database_Editing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_How_To_Use_BulkEditGridview_To_Save_Hours_In_Database_Editing</guid>
      <pubDate>Sun, 06 Apr 2008 21:50:14 GMT</pubDate>
    </item>
    <item>
      <title>Can't think of a good class name?</title>
      <description>Try this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.classnamer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.classnamer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Can_t_think_of_a_good_class_name</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Can_t_think_of_a_good_class_name</guid>
      <pubDate>Tue, 18 Mar 2008 04:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Solution to ASP.NET Form - PayPal Problem</title>
      <description>They do say it's the simple things that get you stumped. For all of you ASP.NET developers out there who have yet to integrate a site with PayPal, just wait until you finally get to add that button to your form to pass the transaction details over to PayPal.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2fSolution-to-ASPNET-Form---PayPal-Problem.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2fSolution-to-ASPNET-Form---PayPal-Problem.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Solution_to_ASP_NET_Form_PayPal_Problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Solution_to_ASP_NET_Form_PayPal_Problem</guid>
      <pubDate>Sat, 08 Mar 2008 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET: How to Integrate Both Google Checkout and PayPal In 3 Steps</title>
      <description>If you've pulled your hair out trying to implement any sort of plausible solution to Google Checkout and PayPal integration, check out this amazingly simple solution! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2008%2f02%2f27%2faspnet-how-to-integrate-both-google-checkout-and-paypal-in-3-steps%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2008%2f02%2f27%2faspnet-how-to-integrate-both-google-checkout-and-paypal-in-3-steps%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_How_to_Integrate_Both_Google_Checkout_and_PayPal_In_3_Steps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_How_to_Integrate_Both_Google_Checkout_and_PayPal_In_3_Steps</guid>
      <pubDate>Thu, 28 Feb 2008 03:30:56 GMT</pubDate>
    </item>
    <item>
      <title>What I Learned About MVC On Day One</title>
      <description>I am really blown back about how fast and easy MVC is to develop with.  I know the guys at Microsoft do a good job with their .NET coding, but I am really impressed by the forethought they put in to MVC.  It builds on top of the standard ASP.NET package, but does it in such a way that makes it lean on top of the already feature-rich (read bloated) ASP.NET Page object.  It really doesn't feel like I have all that baggage anymore. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f02%2fmicrosoft-mvc-day-one%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f02%2fmicrosoft-mvc-day-one%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_I_Learned_About_MVC_On_Day_One</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_I_Learned_About_MVC_On_Day_One</guid>
      <pubDate>Fri, 29 Feb 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>AjaxDataControls v1.0 Goes Live</title>
      <description>The Final release of v1.0 of AjaxDataControls goes live. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2008%2f01%2f14%2fajaxdatacontrols-v1-0-goes-live.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2008%2f01%2f14%2fajaxdatacontrols-v1-0-goes-live.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/AjaxDataControls_v1_0_Goes_Live</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/AjaxDataControls_v1_0_Goes_Live</guid>
      <pubDate>Tue, 15 Jan 2008 01:31:06 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET: How to Convert Your Site To A MasterPage Site in 3 Steps</title>
      <description>This article is for those who don't have much or any experience with MasterPages or are converting an old ASP.NET site to a MasterPage-driven site. If this is you, don't be afraid-You can do it in just three easy steps! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2008%2f01%2f11%2faspnet-how-to-convert-your-site-to-a-masterpage-site-in-3-steps%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2008%2f01%2f11%2faspnet-how-to-convert-your-site-to-a-masterpage-site-in-3-steps%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_How_to_Convert_Your_Site_To_A_MasterPage_Site_in_3_Steps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_How_to_Convert_Your_Site_To_A_MasterPage_Site_in_3_Steps</guid>
      <pubDate>Sat, 12 Jan 2008 04:42:34 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Web Service Tips: Documentation </title>
      <description>Write your Own Help page for the ASP.NET Web service application. Sometimes you might not like the autogenerated Help page and want to add your own company logo and put your own descriptive help page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fshahed%2farchive%2f2008%2f01%2f09%2f118419.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fshahed%2farchive%2f2008%2f01%2f09%2f118419.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/ASP_NET_Web_Service_Tips_Documentation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/ASP_NET_Web_Service_Tips_Documentation</guid>
      <pubDate>Mon, 14 Jan 2008 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET Video - Preview of Widget framework</title>
      <description>Mads has put together a short video on his initial widget framework code.  It is in the very early stages, but gives insight into where BlogEngine.NET is heading in 1.4.  This is very cool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fVideo---widget-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fVideo---widget-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/BlogEngine_NET_Video_Preview_of_Widget_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/BlogEngine_NET_Video_Preview_of_Widget_framework</guid>
      <pubDate>Thu, 10 Jan 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET with an attitude</title>
      <description>Signs that .NET is getting &amp;quot;wiser&amp;quot; by the version... :D &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2fis-net-getting-an-attitude-problem-12%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2fis-net-getting-an-attitude-problem-12%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_with_an_attitude</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_with_an_attitude</guid>
      <pubDate>Wed, 05 Dec 2007 15:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Technology doesn't matter!</title>
      <description>Solving problems does. Often geeks get caught up with upgrading to the latest stuff only because it is the latest stuff. Often this can be a flawed approach but we tend to ignore that because of the pleasure we gain from new technology. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2007%2f12%2f05%2ftechnology-doesnt-matter-solving-problems-does%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2007%2f12%2f05%2ftechnology-doesnt-matter-solving-problems-does%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Technology_doesn_t_matter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Technology_doesn_t_matter</guid>
      <pubDate>Wed, 05 Dec 2007 09:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Restrict Dimensions While Uploading Images With The FileUpload Control</title>
      <description>The absolute easiest way to upload files to your server while enforcing some dimension rules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f11%2f27%2faspnet-restrict-dimensions-while-uploading-images-with-the-fileupload-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f11%2f27%2faspnet-restrict-dimensions-while-uploading-images-with-the-fileupload-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Restrict_Dimensions_While_Uploading_Images_With_The_FileUpload_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Restrict_Dimensions_While_Uploading_Images_With_The_FileUpload_Control</guid>
      <pubDate>Tue, 27 Nov 2007 23:59:48 GMT</pubDate>
    </item>
    <item>
      <title>Agile Programming Training (Cartoon, Humor)</title>
      <description>Dilbert on Agile programming. The pointy-hair boss commands Dilbert's team to start using Agile programming.  In the boss's description, he states that Agile programming means "no more planning and no more documentation." The boss goes on saying that the programmers can "start writing code and complaining." &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dilbert.com%2fcomics%2fdilbert%2farchive%2fdilbert-20071126.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dilbert.com%2fcomics%2fdilbert%2farchive%2fdilbert-20071126.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Agile_Programming_Training_Cartoon_Humor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Agile_Programming_Training_Cartoon_Humor</guid>
      <pubDate>Wed, 28 Nov 2007 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET and AJAX: UpdatePanelPopupExtender Is An Awesome Tool</title>
      <description>The UpdatePanelPopupExtender is a great ASP.NET/AJAX tool that can drastically improve the user-friendliness of your UI. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f10%2f31%2faspnet-and-ajax-updatepanelpopupextender-is-an-awesome-tool%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f10%2f31%2faspnet-and-ajax-updatepanelpopupextender-is-an-awesome-tool%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_and_AJAX_UpdatePanelPopupExtender_Is_An_Awesome_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_and_AJAX_UpdatePanelPopupExtender_Is_An_Awesome_Tool</guid>
      <pubDate>Thu, 01 Nov 2007 16:00:39 GMT</pubDate>
    </item>
    <item>
      <title>How to determine whether a property or a method is more appropriate</title>
      <description>Guidelines for choosing between implementing a class member as a property or a method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fproperty_vs_method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fproperty_vs_method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/How_to_determine_whether_a_property_or_a_method_is_more_appropriate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/How_to_determine_whether_a_property_or_a_method_is_more_appropriate</guid>
      <pubDate>Fri, 19 Oct 2007 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET, PayPal, and Google Checkout: The Solution!</title>
      <description>Trying to get your shopping cart to submit to PayPal and Google Checkout is typically a huge pain for ASP.NET developers because of the inability (or difficulty) of submitting information without using server-side forms. Well, here's a way to get around that. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f09%2f28%2faspnet-paypal-and-google-checkout-the-solution%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f09%2f28%2faspnet-paypal-and-google-checkout-the-solution%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_PayPal_and_Google_Checkout_The_Solution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_PayPal_and_Google_Checkout_The_Solution</guid>
      <pubDate>Wed, 17 Oct 2007 07:03:27 GMT</pubDate>
    </item>
    <item>
      <title>Crazy talk: Inline scripting and code-behind</title>
      <description>Rob Conery says it's time to reconsider inline script in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f15%2fcrazy-talk-inline-scripting-and-code-behind%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f15%2fcrazy-talk-inline-scripting-and-code-behind%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Crazy_talk_Inline_scripting_and_code_behind</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Crazy_talk_Inline_scripting_and_code_behind</guid>
      <pubDate>Tue, 16 Oct 2007 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>GridView Update/Edit/Cancel, HyperLinkFields, and DataKey Retrieval</title>
      <description>Some of the most common parts of the GridView demystified!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f09%2f26%2faspnet-gridview-updateeditcancel-hyperlinkfields-and-datakey-retrieval%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetdiscussion.net%2f2007%2f09%2f26%2faspnet-gridview-updateeditcancel-hyperlinkfields-and-datakey-retrieval%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_Update_Edit_Cancel_HyperLinkFields_and_DataKey_Retrieval</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_Update_Edit_Cancel_HyperLinkFields_and_DataKey_Retrieval</guid>
      <pubDate>Tue, 16 Oct 2007 02:57:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Server.Transfer v/s Response.Redirect</title>
      <description>This article tell you the difference between Server.Transfer and Response.Redirect. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f14%2faspnet-servertransfer-vs-responseredirect%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f14%2faspnet-servertransfer-vs-responseredirect%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Server_Transfer_v_s_Response_Redirect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Server_Transfer_v_s_Response_Redirect</guid>
      <pubDate>Fri, 19 Oct 2007 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Framework - ScottGu's Blog </title>
      <description>ASP.NET MVC Framework described by ScottGu. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f14%2fasp-net-mvc-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f14%2fasp-net-mvc-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_ScottGu_s_Blog</guid>
      <pubDate>Mon, 15 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Simple != Poor Quality</title>
      <description>Ayende offers us another great post - this time he tackles simplicity and quality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2007%2f10%2f12%2fSimple--Poor-Quality-period.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2007%2f10%2f12%2fSimple--Poor-Quality-period.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Simple_Poor_Quality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Simple_Poor_Quality</guid>
      <pubDate>Sat, 13 Oct 2007 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to resolve relative url's without ResolveUrl</title>
      <description>string absoluteUrl = VirtualPathUtility.ToAbsolute(relativeUrl); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fVirtualPathUtility-ToAbsolute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fVirtualPathUtility-ToAbsolute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_resolve_relative_url_s_without_ResolveUrl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_resolve_relative_url_s_without_ResolveUrl</guid>
      <pubDate>Sun, 14 Oct 2007 12:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>
