<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with dotnetcurry</title>
    <description>the latest stories tagged with 'dotnetcurry' from DotNetKicks.com</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>6 Tips for Working with the ASP.NET AJAX Accordion Control  </title>
      <description>Here are 6 tips that could help you out in your projects while dealing with ASP.NET AJAX Accordion Control.  
 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d215"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d215" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/6_Tips_for_Working_with_the_ASP_NET_AJAX_Accordion_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/6_Tips_for_Working_with_the_ASP_NET_AJAX_Accordion_Control</guid>
      <pubDate>Wed, 29 Oct 2008 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Display Master-Detail Data with the ModalPopup Extender and GridView </title>
      <description>In the past we have often used the combination of the GridView and DetailsView to display Master-Detail data. Similarly, developers have used pop-ups to depict similar scenarios where a user clicks on a 'master' row and the details are displayed in a pop-up window. I was recently exploring the ModalPopup extender control which allows a page to display content to the user in a &amp;quot;modal&amp;quot; manner. I thought of trying out the Master-Details scenario using the ModalPopup Extender. This article discusses how to do so 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d212"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d212" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Display_Master_Detail_Data_with_the_ModalPopup_Extender_and_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Display_Master_Detail_Data_with_the_ModalPopup_Extender_and_GridView</guid>
      <pubDate>Tue, 14 Oct 2008 11:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Access JavaScript variables on PostBack using ASP.NET Code</title>
      <description>In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so.  One using Hidden variables and the other using the __doPostBack() javascript method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d203"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d203" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Access_JavaScript_variables_on_PostBack_using_ASP_NET_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Access_JavaScript_variables_on_PostBack_using_ASP_NET_Code</guid>
      <pubDate>Sat, 04 Oct 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Silverlight to Access a WCF Service Hosted In a Console App</title>
      <description>In our projects, we often have a requirement of accessing Cross Domain Services in Silverlight. There are certain steps to be followed to able to do so. But what if the service is hosted in a console application or a windows service? In this article, we will follow a step by step approach and discuss how to create and consume a WCF Service hosted in a console application using Silverlight. We will also explore how to provide a Policy File at a given URI using REST. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d208"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d208" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Using_Silverlight_to_Access_a_WCF_Service_Hosted_In_a_Console_App</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Using_Silverlight_to_Access_a_WCF_Service_Hosted_In_a_Console_App</guid>
      <pubDate>Wed, 01 Oct 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET Repeater Control to Group Data and Add Totals</title>
      <description>Spice Up Your Ad Reports - Using the ASP.NET Repeater Control to Group Data and Add Totals 

The Repeater control is truly amazing. Being template driven, it gives you a lot of flexibility to manipulate and render the final output. In this article, we will exploit this flexibility of the ASP.NET Repeater and build a sample to demonstrate how to use the templates to group and display data. We will also use a little code to 'total'/sum up our data and display it on the fly. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d206"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d206" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_Repeater_Control_to_Group_Data_and_Add_Totals</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_Repeater_Control_to_Group_Data_and_Add_Totals</guid>
      <pubDate>Sun, 28 Sep 2008 08:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Create a Simple Progress Bar Control In Silverlight 2</title>
      <description>This article discusses how to create a simple progress bar in Silverlight 2 Beta 2 that can be integrated easily into your projects. In this article, we will see how to download a .zip file and display the progress of the download using a progress bar. We will also read the contents of the .zip file.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d199"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d199" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Create_a_Simple_Progress_Bar_Control_In_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Create_a_Simple_Progress_Bar_Control_In_Silverlight_2</guid>
      <pubDate>Fri, 12 Sep 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Randomly reorder an ArrayList and update ComboBox contents at runtime</title>
      <description>In this short article, we will take a look at how to randomly reorder an arraylist and update the contents of the ComboBox at runtime, each time the contents of the ArrayList changes. By default, If your control is bound to a data source that does not implement the IBindingList interface, such as an ArrayList then changes to the list will NOT reflect as changes in the combobox. We will see a workaround in this article to achieve the same.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d90"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d90" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Randomly_reorder_an_ArrayList_and_update_ComboBox_contents_at_runtime</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Randomly_reorder_an_ArrayList_and_update_ComboBox_contents_at_runtime</guid>
      <pubDate>Tue, 09 Sep 2008 11:46:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Validation Controls - Important Points, Tips and Tricks </title>
      <description>ASP.NET validation controls provide an easy-to-use but powerful mechanism of ensuring that data is entered correctly on the forms. There are 6 validation controls included in the ASP.NET 2.0 and ASP.NET 3.5 versions.In this article, we will see some 'very handy' tips and tricks that can be applied to the validation controls in our projects
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d121"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d121" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Validation_Controls_Important_Points_Tips_and_Tricks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Validation_Controls_Important_Points_Tips_and_Tricks</guid>
      <pubDate>Wed, 03 Sep 2008 15:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Loading Images Asynchronously Inside an ASP.NET GridView </title>
      <description>Retrieving and displaying images in a GridView is a time consuming task. If done synchronously, this task can at times test the user's patience. One way to provide a good user experience is to load the images asynchronously. So when the GridView loads, we initially display a default image for the user to view, while the actual images are being loaded from the database. In this article, we will see how to do so.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d193"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d193" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Loading_Images_Asynchronously_Inside_an_ASP_NET_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Loading_Images_Asynchronously_Inside_an_ASP_NET_GridView</guid>
      <pubDate>Thu, 28 Aug 2008 15:31:04 GMT</pubDate>
    </item>
    <item>
      <title>30 Common String Operations in C# and VB.NET - Part II</title>
      <description>In the previous article, 30 Common String Operations in C# and VB.NET - Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d190"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d190" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/30_Common_String_Operations_in_C_and_VB_NET_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/30_Common_String_Operations_in_C_and_VB_NET_Part_II</guid>
      <pubDate>Wed, 27 Aug 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Programmatically Encrypt Decrypt Configuration Sections in web.config</title>
      <description>The ASP.NET Configuration API provides support for encrypting and decrypting configuration sections in web.config. This feature comes extremely handy when you need to hide sensitive information like passwords. In this article, we will explore how to encrypt and decrypt sections of the web.config. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d185"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d185" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Programmatically_Encrypt_Decrypt_Configuration_Sections_in_web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Programmatically_Encrypt_Decrypt_Configuration_Sections_in_web_config</guid>
      <pubDate>Mon, 25 Aug 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier</title>
      <description>I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETFuturesGeneratingDynamicImagesWithHttpHandlersGetsEasier.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETFuturesGeneratingDynamicImagesWithHttpHandlersGetsEasier.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Futures_Generating_Dynamic_Images_w_HttpHandlers_Gets_Easier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Futures_Generating_Dynamic_Images_w_HttpHandlers_Gets_Easier</guid>
      <pubDate>Sun, 24 Aug 2008 09:31:12 GMT</pubDate>
    </item>
    <item>
      <title>30 Common String Operations in C# and VB.NET - Part I </title>
      <description>This article compiles some common String operations that we encounter while working with the String class. In Part I, 15 common string operations have been covered .
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d189"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d189" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/30_Common_String_Operations_in_C_and_VB_NET_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/30_Common_String_Operations_in_C_and_VB_NET_Part_I</guid>
      <pubDate>Mon, 25 Aug 2008 11:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Open popup windows in IE/Firefox and return values using ASP.NET</title>
      <description>This article explains how to transfer values between the Parent page and a Pop-up window. The code has been tested against IE7 and Firefox. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d99"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d99" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Open_popup_windows_in_IE_Firefox_and_return_values_using_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Open_popup_windows_in_IE_Firefox_and_return_values_using_ASP_NET</guid>
      <pubDate>Tue, 19 Aug 2008 09:31:16 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Releases Visual Studio 2008 Service Pack 1 (SP1) </title>
      <description>In this writing, I have tried to sum up some important links and points related to the Visual Studio 2008 Service Pack 1 (SP1) release.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d188"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d188" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Releases_Visual_Studio_2008_Service_Pack_1_SP1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Releases_Visual_Studio_2008_Service_Pack_1_SP1</guid>
      <pubDate>Thu, 14 Aug 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>27 GridView Tips and Tricks an ASP.NET Developer Must Know</title>
      <description>The article discusses 27 tips and tricks that you can use while using the GridView control. The tips and tricks have been divided in 3 parts. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffly2.ws%2f27GridViewTipsTricks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffly2.ws%2f27GridViewTipsTricks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/27_GridView_Tips_and_Tricks_an_ASP_NET_Developer_Must_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/27_GridView_Tips_and_Tricks_an_ASP_NET_Developer_Must_Know</guid>
      <pubDate>Sat, 09 Aug 2008 05:40:58 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX Interview Questions</title>
      <description>The ASP.NET AJAX Interview Questions contains the most frequently asked questions in ASP.NET AJAX. These lists of questions will gauge your familiarity with the ASP.NET AJAX platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d184"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d184" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Interview_Questions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Interview_Questions</guid>
      <pubDate>Thu, 07 Aug 2008 01:22:13 GMT</pubDate>
    </item>
    <item>
      <title>Are You A Good Developer?</title>
      <description>'Good' means having qualities that are desirable and distinguishing. From a developer's perspective, these qualities are both technical as well as non-technical. Here are some qualities that a developer should possess if he/she aims at becoming a 'good' developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d182"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d182" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Are_You_A_Good_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Are_You_A_Good_Developer</guid>
      <pubDate>Mon, 04 Aug 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Pass Values from ASP.NET to Silverlight Control</title>
      <description>In one of the previous articles, we have seen how Silverlight can be hosted with ASP.NET. We also saw how you can Navigate and Pass Values between Silverlight Pages. One of the thoughts that now tickle my brain is how can we enable communication between ASP.NET and Silverlight. Well there are a couple of options and we will discuss one of them in this article. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d170"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d170" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Pass_Values_from_ASP_NET_to_Silverlight_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Pass_Values_from_ASP_NET_to_Silverlight_Control</guid>
      <pubDate>Sat, 19 Jul 2008 04:34:51 GMT</pubDate>
    </item>
    <item>
      <title>Create a Picture Album using ListView in ASP.NET 3.5  </title>
      <description>In this article, we will see how to create a Picture Album using the ListView control. We will explore the GroupTemplate of ListView and explore how we can group multiple images together in the ListView, thereby creating an album effect. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d175"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d175" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_a_Picture_Album_using_ListView_in_ASP_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_a_Picture_Album_using_ListView_in_ASP_NET_3_5</guid>
      <pubDate>Thu, 17 Jul 2008 16:06:41 GMT</pubDate>
    </item>
    <item>
      <title>Windows Forms 2.0 - DateTimePicker Control Recipes</title>
      <description>In this article, we will explore how to perform some common tasks using the DateTimePicker Control of Windows Forms 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d43"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d43" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Windows_Forms_2_0_DateTimePicker_Control_Recipes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Windows_Forms_2_0_DateTimePicker_Control_Recipes</guid>
      <pubDate>Wed, 16 Jul 2008 18:07:49 GMT</pubDate>
    </item>
    <item>
      <title>How to Fade a Form using Windows Forms 2.0</title>
      <description>There have been plenty of articles written on fading out a form. However I found them to contain a lot of code to do this simple thing. In this article, I will demonstrate how to fade out a form with just 5 lines of code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d81"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d81" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/How_to_Fade_a_Form_using_Windows_Forms_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/How_to_Fade_a_Form_using_Windows_Forms_2_0</guid>
      <pubDate>Wed, 16 Jul 2008 11:38:09 GMT</pubDate>
    </item>
    <item>
      <title>How to implement workflow in VSTS - Case of Code Review</title>
      <description>There are many occasions when we need to implement workflow in the environment of VSTS. In this article, we will be taking up a case of building a workflow for Code Review. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d171"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d171" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/How_to_implement_workflow_in_VSTS_Case_of_Code_Review</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/How_to_implement_workflow_in_VSTS_Case_of_Code_Review</guid>
      <pubDate>Wed, 09 Jul 2008 14:23:52 GMT</pubDate>
    </item>
    <item>
      <title>Isolated Storage in Silverlight 2 Beta 2</title>
      <description>Silverlight 2 allows you to store data safely and locally in a hidden folder outside the browser's cache, via a feature called 'Isolated Storage'. In this article, we will see how to create and read files in the isolated storage space. We will also see how to increase the default space limit for isolated storage &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d168"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d168" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Isolated_Storage_in_Silverlight_2_Beta_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Isolated_Storage_in_Silverlight_2_Beta_2</guid>
      <pubDate>Wed, 02 Jul 2008 17:08:53 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX DropDownExtender - Tips and Tricks</title>
      <description>The DropDownExtender is an ASP.NET AJAX control that can be attached to almost any ASP.NET control to provide a drop-down menu. In this article, we will see some tips and tricks that can be applied to a DropDownExtender control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d167"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d167" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_DropDownExtender_Tips_and_Tricks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_DropDownExtender_Tips_and_Tricks</guid>
      <pubDate>Sun, 29 Jun 2008 17:25:27 GMT</pubDate>
    </item>
  </channel>
</rss>