<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/GridView</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 18:54:50 GMT</pubDate>
<item>
<title>(C#) Toggle Asc/Desc Sorting Gridview Columns - mattvbiggs</title>
<link>http://snipplr.com/view/65768/toggle-ascdesc-sorting-gridview-columns/</link>
<description><![CDATA[ <p>When I first used this code, it was in the GridView_OnSorting event. This will sort the Sort Expression and Sort Direction in the ViewState. In the fill_grid() function I will pull these values from the ViewState to construct the sort.</p> ]]></description>
<pubDate>Sat, 23 Jun 2012 04:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/65768/toggle-ascdesc-sorting-gridview-columns/</guid>
</item>
<item>
<title>(C#) Gridview Bubbling Event - thetwai</title>
<link>http://snipplr.com/view/59730/gridview-bubbling-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Oct 2011 20:02:10 GMT</pubDate>
<guid>http://snipplr.com/view/59730/gridview-bubbling-event/</guid>
</item>
<item>
<title>(C#) DataBinding an Arbitrary XML String to an ASP.Net GridViev - rengber</title>
<link>http://snipplr.com/view/18374/databinding-an-arbitrary-xml-string-to-an-aspnet-gridviev/</link>
<description><![CDATA[ <p>Definitely falls into the category of "simple thing I shoulda memorized years ago", but whatever:</p> ]]></description>
<pubDate>Sun, 16 Aug 2009 18:45:04 GMT</pubDate>
<guid>http://snipplr.com/view/18374/databinding-an-arbitrary-xml-string-to-an-aspnet-gridviev/</guid>
</item>
<item>
<title>(C#) Finding other controls in same gridview row from the event method  of  a control - leonbda</title>
<link>http://snipplr.com/view/15389/finding-other-controls-in-same-gridview-row-from-the-event-method--of--a-control/</link>
<description><![CDATA[ <p>Sometimes we need to have checkboxes in the GridView control and we want that as soon as the Checkbox is clicked/checked the postback happens and we get the value from the first row in the GridView control.

This can be easily done by using the following code:</p> ]]></description>
<pubDate>Fri, 29 May 2009 09:52:11 GMT</pubDate>
<guid>http://snipplr.com/view/15389/finding-other-controls-in-same-gridview-row-from-the-event-method--of--a-control/</guid>
</item>
</channel>
</rss>