<?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>Search GridView with footertemplate and highlight results using AJAX</title>
      <description>In this example i am populating gridview without using sqlDataSource but by creating Sqlconnection and SqlCommand, i've put a textbox for text to search in footer of gridview using footer template , and the search results are highlighted using regular expression, i m using AJAX for partial postback and update progress template to show search progress &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fsearch-within-records-in-gridview-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fsearch-within-records-in-gridview-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Search_GridView_with_footertemplate_and_highlight_results_using_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Search_GridView_with_footertemplate_and_highlight_results_using_AJAX</guid>
      <pubDate>Sun, 07 Dec 2008 00:19:54 GMT</pubDate>
    </item>
    <item>
      <title>Search records in GridView and highlight result using C sharp ASP .NET</title>
      <description>In this example i am searching records of gridview and highlighting the results based on search criteria user enter in textbox ,
This example is using AJAX and C# asp.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fsearch-records-in-gridview-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fsearch-records-in-gridview-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Search_records_in_GridView_and_highlight_result_using_C_sharp_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Search_records_in_GridView_and_highlight_result_using_C_sharp_ASP_NET</guid>
      <pubDate>Tue, 02 Dec 2008 21:47:16 GMT</pubDate>
    </item>
    <item>
      <title>Merging GridView Headers to have multiple Headers in GridView using C#</title>
      <description>Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET
For this you need to create GridView header row in RowCreated Event

In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fmerging-gridview-headers-to-have.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fmerging-gridview-headers-to-have.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Merging_GridView_Headers_to_have_multiple_Headers_in_GridView_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Merging_GridView_Headers_to_have_multiple_Headers_in_GridView_using_C</guid>
      <pubDate>Wed, 26 Nov 2008 20:14:55 GMT</pubDate>
    </item>
    <item>
      <title>Merging GridView Headers to have multiple Headers in GridView using C#</title>
      <description>Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET
For this you need to create GridView header row in RowCreated Event

In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fmerging-gridview-headers-to-have.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fmerging-gridview-headers-to-have.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Merging_GridView_Headers_to_have_multiple_Headers_in_GridView_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Merging_GridView_Headers_to_have_multiple_Headers_in_GridView_using_C</guid>
      <pubDate>Wed, 26 Nov 2008 20:14:55 GMT</pubDate>
    </item>
    <item>
      <title>ModalPopupExtender in a GridView sample</title>
      <description>Although the ModalPopulExtender isn't new at all there are still countless poeple who search the web for a comprehensive sample on how a ModalPopupExtender is used in a GridView. It can be pretty tricky to handle so I decided to come up with a good example of most things that you need tot know about it. Hence this blog post is a sample on how you can use the ModalPopupExtender in a GridView coupled with an UpdatePanel. Working with the ModalPopup from a GridView can be a pain, but with a good reference nice results can be yielded. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f11%2fModalPopupExtender-in-a-GridView-sample.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f11%2fModalPopupExtender-in-a-GridView-sample.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ModalPopupExtender_in_a_GridView_sample</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ModalPopupExtender_in_a_GridView_sample</guid>
      <pubDate>Wed, 12 Nov 2008 15:32:35 GMT</pubDate>
    </item>
    <item>
      <title>Pouplating Multiple DetailsView based on single GridView using DataKey</title>
      <description>This is a example of populating three different DetailsView based on selection of of record in a GridView using DataKeyNames in C sharp and ASP .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fpouplating-multiple-detailsview-based.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fpouplating-multiple-detailsview-based.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Pouplating_Multiple_DetailsView_based_on_single_GridView_using_DataKey</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Pouplating_Multiple_DetailsView_based_on_single_GridView_using_DataKey</guid>
      <pubDate>Tue, 11 Nov 2008 21:11:09 GMT</pubDate>
    </item>
    <item>
      <title>A Simple Dot Net 2.0 GridView &amp;amp; FormView how to video. CRUD included!</title>
      <description>This video will cover the basics of how to use a GridView and Formview.   I have combined the two dot net controls to create a web &amp;quot;Phone Book&amp;quot; application that everyone should find useful.  In this day and age you would think that you should have everyone's name, addresses, birth dates and phone numbers easily available to you on a web page somewhere, right?   What's that, you don't?  Are people constantly moving or getting new phone numbers?  Wouldn't it be nice if you could create a web page to store that information?  Your friends and family could simply update their own information online and share it with everyone, right?    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdink.no-ip.info%2fBlog%2fpost%2fGridView-How-to-Video.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdink.no-ip.info%2fBlog%2fpost%2fGridView-How-to-Video.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Simple_Dot_Net_2_0_GridView_FormView_how_to_video_CRUD_included</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Simple_Dot_Net_2_0_GridView_FormView_how_to_video_CRUD_included</guid>
      <pubDate>Sun, 21 Sep 2008 13:40:50 GMT</pubDate>
    </item>
    <item>
      <title>Master\Detail with CollapsiblePanel and HoverMenu</title>
      <description>Master details GridView with CollapsiblePanelExtender and HoverMenuExtender &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fMaster5cDetail-with-CollapsiblePanelExtender-and-edit-detail-with-HoverMenuExtender-using-GridView.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fMaster5cDetail-with-CollapsiblePanelExtender-and-edit-detail-with-HoverMenuExtender-using-GridView.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Master_Detail_with_CollapsiblePanel_and_HoverMenu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Master_Detail_with_CollapsiblePanel_and_HoverMenu</guid>
      <pubDate>Tue, 09 Sep 2008 09:16:02 GMT</pubDate>
    </item>
    <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 22: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 21: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>Sun, 20 Jul 2008 00: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 23: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 09: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 14: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>Wed, 14 May 2008 03: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>Fri, 09 May 2008 00: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 10: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 23: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 23: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 17: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 12: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>Tue, 25 Mar 2008 05: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 19: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 12: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>Sun, 09 Mar 2008 01:15:25 GMT</pubDate>
    </item>
  </channel>
</rss>