﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Mon, 16 Aug 2010 02:43:06 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>clear</category><description>&lt;p&gt;thank you!&lt;/p&gt;
&lt;p&gt; now i want to ask another question:&lt;br /&gt;how to: get the value of my selectedCell on Server Side?????&lt;br /&gt;&lt;/p&gt;</description></item><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Mon, 16 Aug 2010 02:42:47 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>clear</category><description>&lt;p&gt;thank you!&lt;/p&gt;
&lt;p&gt; now i want to ask another question:&lt;br /&gt;how to: get the value of my selectedCell on Server Side?????&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Sun, 15 Aug 2010 23:01:49 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>clear</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;If you only want to remove WebGrid from your page, I think you only need to remove the controls from your container.&lt;/p&gt;
&lt;p&gt;e.g You placed WebGrid inside a div. Please set div id as "div1" and set runat="server".&lt;/p&gt;
&lt;p&gt;Then, to remove WebGrid from div, simply use the code below at server.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;div1.Controls.Remove(WebGrid1);&lt;/pre&gt;
&lt;p /&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;If you want to clear all record and structure in WebGrid, simply use the code below.&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; " /&gt;&lt;pre style="background-color: rgb(255, 252, 225); font-family: 'courier new', tahoma; font-size: 9pt; "&gt; WebGrid1.DataSourceID = null;
 WebGrid1.RootTable.Columns.Clear();&lt;/pre&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;p /&gt;
&lt;p&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Sun, 15 Aug 2010 23:01:45 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>clear</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;If you only want to remove WebGrid from your page, I think you only need to remove the controls from your container.&lt;/p&gt;
&lt;p&gt;e.g You placed WebGrid inside a div. Please set div id as "div1" and set runat="server".&lt;/p&gt;
&lt;p&gt;Then, to remove WebGrid from div, simply use the code below at server.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;div1.Controls.Remove(WebGrid1);&lt;/pre&gt;
&lt;p&gt;If you want to clear all record and structure in WebGrid, simply use the code below.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; WebGrid1.DataSourceID = null;
 WebGrid1.RootTable.Columns.Clear();&lt;/pre&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Thu, 12 Aug 2010 23:21:45 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>clear</category><description>&lt;p&gt;clean the data of grid```not set grid Visible=false;&lt;/p&gt;</description></item><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Thu, 12 Aug 2010 16:39:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>clear</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;What do you mean by clearing the grid? Do you want WebGrid to become invisible. &lt;br /&gt;If that so, you can use WebGrid1.Visible=false;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>how to: Clear Grid on Server Side?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/how-to-Clear-Grid-on-Server-Side/</link><pubDate>Thu, 12 Aug 2010 05:35:15 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>clear</category><description>&lt;p&gt;how to: Clear Grid on Server Side?&lt;/p&gt;
&lt;p&gt;Help me ~&lt;/p&gt;</description></item></channel></rss>