<?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/vbnet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 10:14:15 GMT</pubDate>
<item>
<title>(VB.NET) Know space occupied from a folder with a tsmquery - crackiron</title>
<link>http://snipplr.com/view/62975/know-space-occupied-from-a-folder-with-a-tsmquery/</link>
<description><![CDATA[ <p>Change XX.XX.XX.XX with your TSM Server IP</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 19:40:24 GMT</pubDate>
<guid>http://snipplr.com/view/62975/know-space-occupied-from-a-folder-with-a-tsmquery/</guid>
</item>
<item>
<title>(VB.NET) Julian Day of The Year - jsturtevant</title>
<link>http://snipplr.com/view/62629/julian-day-of-the-year/</link>
<description><![CDATA[ <p>http://msdn.microsoft.com/en-us/library/system.globalization.juliancalendar.getdayofyear(v=vs.90).aspx</p> ]]></description>
<pubDate>Thu, 19 Jan 2012 01:38:29 GMT</pubDate>
<guid>http://snipplr.com/view/62629/julian-day-of-the-year/</guid>
</item>
<item>
<title>(VB.NET) reza nyer - nazslash</title>
<link>http://snipplr.com/view/61365/reza-nyer/</link>
<description><![CDATA[ <p>hmmm</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 02:20:53 GMT</pubDate>
<guid>http://snipplr.com/view/61365/reza-nyer/</guid>
</item>
<item>
<title>(VB.NET) get value from radiobutton - javageget</title>
<link>http://snipplr.com/view/61359/get-value-from-radiobutton/</link>
<description><![CDATA[ <p>try</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 00:41:36 GMT</pubDate>
<guid>http://snipplr.com/view/61359/get-value-from-radiobutton/</guid>
</item>
<item>
<title>(VB.NET) Radio Button Value Parse - javageget</title>
<link>http://snipplr.com/view/61351/radio-button-value-parse/</link>
<description><![CDATA[ <p>parse the radio value</p> ]]></description>
<pubDate>Wed, 30 Nov 2011 22:56:40 GMT</pubDate>
<guid>http://snipplr.com/view/61351/radio-button-value-parse/</guid>
</item>
<item>
<title>(VB.NET) view all data and partial data for listview - javageget</title>
<link>http://snipplr.com/view/61049/view-all-data-and-partial-data-for-listview/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 05:13:15 GMT</pubDate>
<guid>http://snipplr.com/view/61049/view-all-data-and-partial-data-for-listview/</guid>
</item>
<item>
<title>(VB.NET) delete using vb+access - javageget</title>
<link>http://snipplr.com/view/61045/delete-using-vbaccess/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 03:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/61045/delete-using-vbaccess/</guid>
</item>
<item>
<title>(VB.NET) Add data using vb+access - javageget</title>
<link>http://snipplr.com/view/61044/add-data-using-vbaccess/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 03:49:45 GMT</pubDate>
<guid>http://snipplr.com/view/61044/add-data-using-vbaccess/</guid>
</item>
<item>
<title>(VB.NET) update/edit vb access - javageget</title>
<link>http://snipplr.com/view/61043/updateedit-vb-access/</link>
<description><![CDATA[ <p>edit database using vb + access</p> ]]></description>
<pubDate>Tue, 22 Nov 2011 03:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/61043/updateedit-vb-access/</guid>
</item>
<item>
<title>(VB.NET) Distinct datatable 1.0 - Gompje</title>
<link>http://snipplr.com/view/60700/distinct-datatable-10/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Nov 2011 22:19:53 GMT</pubDate>
<guid>http://snipplr.com/view/60700/distinct-datatable-10/</guid>
</item>
<item>
<title>(VB.NET) Global System Object extensions for easier conditionals (VB.net example) - bryanlyman</title>
<link>http://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example/</link>
<description><![CDATA[ <p>Because there is no way to use object extenders in vb.net here is an example of how you can get similar functionality. See the C# example for further info.</p> ]]></description>
<pubDate>Fri, 14 Oct 2011 16:45:34 GMT</pubDate>
<guid>http://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example/</guid>
</item>
<item>
<title>(VB.NET) Force SSL - Scooter</title>
<link>http://snipplr.com/view/58863/force-ssl/</link>
<description><![CDATA[ <p>The technique that I had used for years in classic ASP didn't seem to work reliably in ASP.NET, so I switched to this based on articles on various blogs. Request and Response are fully qualified because I had trouble getting System.Web.HttpContext.Current to import in App_Code. Place the function in an App_Code library, import the library on your page, and call ForceSSL() at the top of Page_Load().</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 03:15:28 GMT</pubDate>
<guid>http://snipplr.com/view/58863/force-ssl/</guid>
</item>
<item>
<title>(VB.NET) Custom validator para validar un checkbox - JoseKar</title>
<link>http://snipplr.com/view/58472/custom-validator-para-validar-un-checkbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Sep 2011 21:19:31 GMT</pubDate>
<guid>http://snipplr.com/view/58472/custom-validator-para-validar-un-checkbox/</guid>
</item>
<item>
<title>(VB.NET) تست شماره1 - alimanam</title>
<link>http://snipplr.com/view/57278/-1/</link>
<description><![CDATA[ <p>این یک تست است</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 23:03:34 GMT</pubDate>
<guid>http://snipplr.com/view/57278/-1/</guid>
</item>
<item>
<title>(VB.NET) Cancel dialog result from closing form - indra</title>
<link>http://snipplr.com/view/57217/cancel-dialog-result-from-closing-form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Jul 2011 03:03:12 GMT</pubDate>
<guid>http://snipplr.com/view/57217/cancel-dialog-result-from-closing-form/</guid>
</item>
<item>
<title>(VB.NET) Saving data from gridview to xml file - tabook22</title>
<link>http://snipplr.com/view/56388/saving-data-from-gridview-to-xml-file/</link>
<description><![CDATA[ <p>this code will show you how to save data from gridview to xml file</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:52:06 GMT</pubDate>
<guid>http://snipplr.com/view/56388/saving-data-from-gridview-to-xml-file/</guid>
</item>
<item>
<title>(VB.NET) Hit Counter - tabook22</title>
<link>http://snipplr.com/view/56387/hit-counter/</link>
<description><![CDATA[ <p>this code shows you how to create a hit counter, you need to create a text file first</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:49:12 GMT</pubDate>
<guid>http://snipplr.com/view/56387/hit-counter/</guid>
</item>
<item>
<title>(VB.NET) create a new datatable - tabook22</title>
<link>http://snipplr.com/view/56386/create-a-new-datatable/</link>
<description><![CDATA[ <p>This code will sow you how to create a new datatable</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:47:38 GMT</pubDate>
<guid>http://snipplr.com/view/56386/create-a-new-datatable/</guid>
</item>
<item>
<title>(VB.NET) Create a new xml file and display it in browser - tabook22</title>
<link>http://snipplr.com/view/56385/create-a-new-xml-file-and-display-it-in-browser/</link>
<description><![CDATA[ <p>Create a new xml file and display it in browser</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:46:17 GMT</pubDate>
<guid>http://snipplr.com/view/56385/create-a-new-xml-file-and-display-it-in-browser/</guid>
</item>
<item>
<title>(VB.NET) Binding xml file to Gridview - tabook22</title>
<link>http://snipplr.com/view/56384/binding-xml-file-to-gridview/</link>
<description><![CDATA[ <p>This code will be used to bind an xml file to gridview</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:44:39 GMT</pubDate>
<guid>http://snipplr.com/view/56384/binding-xml-file-to-gridview/</guid>
</item>
</channel>
</rss>
