<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with GridView</title>
    <description>the latest stories tagged with 'GridView' 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>Updating Only Changed Rows in the GridView Control</title>
      <description>Matt Berseth wrote a very interesting article on "Bulk Inserting Data Using the ListView Control&amp;quot;. The idea is to give the user an Excel like interface where they can edit the rows with custom data and finally click the update button to persist the data in the database. Matt's solution was great but lacks a very important detail. There was no way to know what rows were changed by the user. Matt took the road to update all the rows whether they were changed or not. In this article we are going to take a look at an alternative method of updating only the changed rows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgridviewguy.com%2fArticles%2f408_Updating_Only_Changed_Rows_in_the_GridView_Control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgridviewguy.com%2fArticles%2f408_Updating_Only_Changed_Rows_in_the_GridView_Control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Updating_Only_Changed_Rows_in_the_GridView_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Updating_Only_Changed_Rows_in_the_GridView_Control</guid>
      <pubDate>Fri, 29 Aug 2008 14:01:26 GMT</pubDate>
    </item>
    <item>
      <title>Developing Multicolumn-DropDown with ASP.NET, the GridView and AJAX</title>
      <description>This article shows, how to develop a really useful multicolumn-dropdownlist with ASP.NET, the GridView and the AJAX Control Toolkit.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thomasclaudiushuber.com%2fblog%2f2008%2f07%2f31%2fdeveloping-multicolumn-dropdowndropdownlist-with-aspnet-the-gridview-and-the-ajax-control-toolkit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thomasclaudiushuber.com%2fblog%2f2008%2f07%2f31%2fdeveloping-multicolumn-dropdowndropdownlist-with-aspnet-the-gridview-and-the-ajax-control-toolkit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Developing_Multicolumn_DropDown_with_ASP_NET_the_GridView_and_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Developing_Multicolumn_DropDown_with_ASP_NET_the_GridView_and_AJAX</guid>
      <pubDate>Thu, 31 Jul 2008 13:31:01 GMT</pubDate>
    </item>
    <item>
      <title>ComplexBoundField - Databinding Complex Objects to a GridView</title>
      <description>&amp;quot;The number of times I have run into the following problem is astounding. I need to bind a list of complex/nested objects (those that contain other objects) to a gridview and show the values of nested objects. For example, let's say I have the following Customer class which contains a State object that holds information about in which state the customer lives.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flowrymedia.com%2fblogs%2ftechnical%2fcomplexboundfield---databinding-complex-objects-to-a-gridview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flowrymedia.com%2fblogs%2ftechnical%2fcomplexboundfield---databinding-complex-objects-to-a-gridview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/ComplexBoundField_Databinding_Complex_Objects_to_a_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/ComplexBoundField_Databinding_Complex_Objects_to_a_GridView</guid>
      <pubDate>Sat, 19 Jul 2008 16:21:23 GMT</pubDate>
    </item>
    <item>
      <title>Updating, Deleting records using GridView control</title>
      <description>In this article, I am going to explain how to manipulate data using GridView control. This article scope is limited to Updating and Deleting records using GridView and I am not using any readymade Data controls for that but manually writing all event methods. I will be using Sql objects directly into methods to keep the example simple and straight forward. In practical scenario you should use your existing architecture to populate and update the data.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfunda.com%2farticles%2farticle29.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfunda.com%2farticles%2farticle29.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Updating_Deleting_records_using_GridView_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Updating_Deleting_records_using_GridView_control</guid>
      <pubDate>Tue, 15 Jul 2008 15:22:53 GMT</pubDate>
    </item>
    <item>
      <title>Paging and sorting the GridView control wih Entity Framework N Layer</title>
      <description>Entity Framework is the best alternative of Microsoft for mapper a relational database to objects, and is already a very complete support in ASP.NET for populate the GridView control and enable the paging and sorting features  directly by LinqDatasource object,but to use this alternative not have the chance to decouple the linq query in a business rules layer separated, which can be a problem if we have those requirements. The paging mut be done in the database for a more efficient query.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2femir.com.mx%2fpost%2f2008%2f07%2f12%2fPaging-and-sorting-the-GridView-control-wih-Entity-Framework-in-N-Layers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2femir.com.mx%2fpost%2f2008%2f07%2f12%2fPaging-and-sorting-the-GridView-control-wih-Entity-Framework-in-N-Layers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Paging_and_sorting_the_GridView_control_wih_Entity_Framework_N_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Paging_and_sorting_the_GridView_control_wih_Entity_Framework_N_Layer</guid>
      <pubDate>Sun, 13 Jul 2008 01:22:08 GMT</pubDate>
    </item>
    <item>
      <title>GridView Tips and Tricks using ASP.NET - Part III</title>
      <description>The GridView control is quiet a handy control and is the most commonly used control when building an ASP.NET site. The more you work with it, the more you realize how powerful it can be while presenting data. Moving ahead with our GridView Tips and tricks series, I have added some more tips 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%3d172"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d172" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_Tips_and_Tricks_using_ASP_NET_Part_III</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_Tips_and_Tricks_using_ASP_NET_Part_III</guid>
      <pubDate>Fri, 11 Jul 2008 06:48:58 GMT</pubDate>
    </item>
    <item>
      <title>Improving the GridView sorting capabilities with Google Analytics feat</title>
      <description>Improve the column sorting of the ASP.NET GridView to give the user a better visual experience. Highlight the column selected for sorting and include an image to indicate whether the sorting order is ascending or descending. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlnetframework.com%2fArticles%2fGoogleAnalyticsAspNetGridSortColumn.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlnetframework.com%2fArticles%2fGoogleAnalyticsAspNetGridSortColumn.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Improving_the_GridView_sorting_capabilities_with_Google_Analytics_feat</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Improving_the_GridView_sorting_capabilities_with_Google_Analytics_feat</guid>
      <pubDate>Tue, 13 May 2008 19:01:47 GMT</pubDate>
    </item>
    <item>
      <title>Popup Master-Detail using GridView, DetailsView and JQuery with jqModa</title>
      <description>Popup Master-Detail using GridView, DetailsView and JQuery with jqModal &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f05%2fPopup-Master-Detail-using-GridViewDetailsView-and-JQuery-with-jqModal.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f05%2fPopup-Master-Detail-using-GridViewDetailsView-and-JQuery-with-jqModal.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Popup_Master_Detail_using_GridView_DetailsView_and_JQuery_with_jqModa</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Popup_Master_Detail_using_GridView_DetailsView_and_JQuery_with_jqModa</guid>
      <pubDate>Thu, 08 May 2008 16:34:57 GMT</pubDate>
    </item>
    <item>
      <title>Master-Detail with the GridView, DetailsView and ModalPopup Controls</title>
      <description>A while back I wrote a post describing how the DetailsView, GridView, UpdatePanel and the AjaxControlToolkit's ModalPopup controls could be used to implement the common Master/Details UI pattern.  I cheated a bit when creating my original example in that I didn't really complete the implementation - the Save button on the popup didn't actually do anything.  Since writing that post I have received a lot of email and a number of people left comments asking me to complete the example - so here it is.  If you plan on reading through this article, I recommend playing around with the demo site to get a feel for how the page works.  All data changes are only persisted to memory, so don't worry about messing up the data set. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f04%2fmasterdetail_with_the_gridview.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f04%2fmasterdetail_with_the_gridview.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Master_Detail_with_the_GridView_DetailsView_and_ModalPopup_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Master_Detail_with_the_GridView_DetailsView_and_ModalPopup_Controls</guid>
      <pubDate>Thu, 01 May 2008 02:12:53 GMT</pubDate>
    </item>
    <item>
      <title>GridView Grouping Master/Detail Drill Down using AJAX and jQuery</title>
      <description>On Demand Detail Drill Down using jQuery AJAX and GridView &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f04%2fGridView-Grouping-Master-Detail-Drill-Down-Using-jQuery-AJAX.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f04%2fGridView-Grouping-Master-Detail-Drill-Down-Using-jQuery-AJAX.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/GridView_Grouping_Master_Detail_Drill_Down_using_AJAX_and_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/GridView_Grouping_Master_Detail_Drill_Down_using_AJAX_and_jQuery</guid>
      <pubDate>Sat, 19 Apr 2008 15:05:00 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 15:50:14 GMT</pubDate>
    </item>
    <item>
      <title>How to easily insert row in GridView with SqlDataSource?</title>
      <description>Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it.
Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data.
Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code.
Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView.
Let see how we can easily insert new rows of data using GridView and SqlDataSource... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</guid>
      <pubDate>Wed, 02 Apr 2008 09:33:30 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Using &amp;quot;radio button&amp;quot; inside grid view</title>
      <description>This article explains how to use radio-button with gridview in asp.net2.0...... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2008%2f04%2f01%2faspnet-using-radio-button-inside-grid-view%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2008%2f04%2f01%2faspnet-using-radio-button-inside-grid-view%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Using_radio_button_inside_grid_view</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Using_radio_button_inside_grid_view</guid>
      <pubDate>Tue, 01 Apr 2008 04:35:53 GMT</pubDate>
    </item>
    <item>
      <title>GridView with Select All CheckBox using JQuery</title>
      <description>GridView with Select All CheckBox using JQuery
One of the handy features that one might with to put on GridView is the Select All checkbox which is similar to the one on Hotmail and Yahoo &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f03%2fGridView-with-Select-All-CheckBox-using-JQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f03%2fGridView-with-Select-All-CheckBox-using-JQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_with_Select_All_CheckBox_using_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_with_Select_All_CheckBox_using_JQuery</guid>
      <pubDate>Mon, 24 Mar 2008 22:41:16 GMT</pubDate>
    </item>
    <item>
      <title>GridView Tips and Tricks using ASP.NET 2.0  </title>
      <description>In this article, the author explores some of the most frequently asked questions about the GridView control. The article discusses ten tips and tricks that you can use while using the GridView 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%3d107"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d107" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_Tips_and_Tricks_using_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_Tips_and_Tricks_using_ASP_NET_2_0</guid>
      <pubDate>Sat, 22 Mar 2008 12:53:57 GMT</pubDate>
    </item>
    <item>
      <title>Displaying Row Details Tooltip on GridView using JQuery</title>
      <description>Displaying Row Details Tooltip on GridView using JQuery &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f03%2fDisplaying-Row-Details-Tooltip-on-GridView-using-JQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f03%2fDisplaying-Row-Details-Tooltip-on-GridView-using-JQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Displaying_Row_Details_Tooltip_on_GridView_using_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Displaying_Row_Details_Tooltip_on_GridView_using_JQuery</guid>
      <pubDate>Fri, 21 Mar 2008 05:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Building a grouping Grid with GridView and JQuery</title>
      <description>Building a grouping Grid with GridView and JQuery &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f03%2fBuilding-a-grouping-Grid-with-GridView-and-JQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f03%2fBuilding-a-grouping-Grid-with-GridView-and-JQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_grouping_Grid_with_GridView_and_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_grouping_Grid_with_GridView_and_JQuery</guid>
      <pubDate>Sat, 08 Mar 2008 18:15:25 GMT</pubDate>
    </item>
    <item>
      <title>Building a grouping Grid with GridView and ASP.NET AJAX toolkit Collap</title>
      <description>Building a grouping Grid with GridView and ASP.NET AJAX toolkit Collap &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f02%2fBuilding-a-grouping-Grid-with-GridView-and-ASPNET-AJAX-toolkit-CollapsiblePanel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f02%2fBuilding-a-grouping-Grid-with-GridView-and-ASPNET-AJAX-toolkit-CollapsiblePanel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Building_a_grouping_Grid_with_GridView_and_ASP_NET_AJAX_toolkit_Collap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Building_a_grouping_Grid_with_GridView_and_ASP_NET_AJAX_toolkit_Collap</guid>
      <pubDate>Sun, 24 Feb 2008 00:02:57 GMT</pubDate>
    </item>
    <item>
      <title>Building GridView With ASP.NET AJAX Enabled Control with Script#</title>
      <description>Building GridView With ASP.NET AJAX Enabled Control with Script# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f02%2fBuilding-GridView-With-ASPNET-AJAX-Enabled-Control-with-Script.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f02%2fBuilding-GridView-With-ASPNET-AJAX-Enabled-Control-with-Script.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Building_GridView_With_ASP_NET_AJAX_Enabled_Control_with_Script</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Building_GridView_With_ASP_NET_AJAX_Enabled_Control_with_Script</guid>
      <pubDate>Wed, 20 Feb 2008 20:26:57 GMT</pubDate>
    </item>
    <item>
      <title>Self-Referencing Controls Within a GridView in Javascript</title>
      <description>Controls that are embedded in an ItemTemplate of a GridView can be tricky to reference in Javascript... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetyuppie.com%2f2008%2f01%2f11%2fself-referencing-controls-within-a-gridview-in-javascript%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetyuppie.com%2f2008%2f01%2f11%2fself-referencing-controls-within-a-gridview-in-javascript%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Self_Referencing_Controls_Within_a_GridView_in_Javascript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Self_Referencing_Controls_Within_a_GridView_in_Javascript</guid>
      <pubDate>Fri, 11 Jan 2008 21:59:48 GMT</pubDate>
    </item>
    <item>
      <title>Add Row Highlighting to your GridView</title>
      <description>I'm going to show you a quick and easy way that hopefully will help liven up your plain old GridView. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f10%2f25%2fadding-row-highlighting-to-a-gridview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f10%2f25%2fadding-row-highlighting-to-a-gridview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Add_Row_Highlighting_to_your_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Add_Row_Highlighting_to_your_GridView</guid>
      <pubDate>Fri, 26 Oct 2007 03:13:20 GMT</pubDate>
    </item>
    <item>
      <title>How to Fixed GridView's Header and Footer when scrolling?</title>
      <description>this article is to show you how to Fix GridView's Header and Footer in a very simple code with CSS and JavaScript...

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shareknowledges.com%2f57%2fsection.aspx%2f152"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shareknowledges.com%2f57%2fsection.aspx%2f152" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Fixed_GridView_s_Header_and_Footer_when_scrolling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Fixed_GridView_s_Header_and_Footer_when_scrolling</guid>
      <pubDate>Thu, 25 Oct 2007 07:29:23 GMT</pubDate>
    </item>
    <item>
      <title>GridView and Paging Alignment</title>
      <description>The GridView's Pager row is a pain to get properly right aligned in a cross browser fashion. While the alignment settings that the control provides work in IE, they fail to properly right align in Firefox and a bit of work is required to get it to work right. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f138073.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f138073.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_and_Paging_Alignment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_and_Paging_Alignment</guid>
      <pubDate>Tue, 21 Aug 2007 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic, ObjectDataSource, Paging, and you!</title>
      <description>How to implement paging with the Controllers generated by SubSonic. Corrected URL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinisom.net%2fpost.aspx%3fid%3dad7bb68f-34c0-4ea2-843b-3327f69182c2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinisom.net%2fpost.aspx%3fid%3dad7bb68f-34c0-4ea2-843b-3327f69182c2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_ObjectDataSource_Paging_and_you_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_ObjectDataSource_Paging_and_you_1</guid>
      <pubDate>Tue, 17 Jul 2007 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How To: Create an ASP.NET AJAX Style Folder Explorer</title>
      <description>Folder explorer with GridView, TreeView and UpdatePanel controls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2007%2f07%2fhwo_to_create_an_aspnet_ajax_s.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2007%2f07%2fhwo_to_create_an_aspnet_ajax_s.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_To_Create_an_ASP_NET_AJAX_Style_Folder_Explorer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_To_Create_an_ASP_NET_AJAX_Style_Folder_Explorer</guid>
      <pubDate>Tue, 17 Jul 2007 08:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>