<?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/tags/object</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 05:28:58 GMT</pubDate>
<item>
<title>(VB.NET) ObjectDataSource SelectParameters - blackf0rk</title>
<link>http://snipplr.com/view/13061/objectdatasource-selectparameters/</link>
<description><![CDATA[ <p>If you have a component being bound from an ObjectDataSource (like a drop-down menu, or a grid view) and you wish to change the value's SelectParameters. Where # is which SelectParameter you'd like to change. If there's just one SelectParamter, default is 0. Then reference your object that uses that datasource, in this case a GridView, to rebind.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:27:21 GMT</pubDate>
<guid>http://snipplr.com/view/13061/objectdatasource-selectparameters/</guid>
</item>
<item>
<title>(VB.NET) Get record count from ObjectDataSource - blackf0rk</title>
<link>http://snipplr.com/view/13051/get-record-count-from-objectdatasource/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:11:44 GMT</pubDate>
<guid>http://snipplr.com/view/13051/get-record-count-from-objectdatasource/</guid>
</item>
<item>
<title>(VB.NET) Serialize an object and write it to the disk - chavcho</title>
<link>http://snipplr.com/view/12960/serialize-an-object-and-write-it-to-the-disk/</link>
<description><![CDATA[ <p>Serializes any  object and writes it to the specified location on the disk.

Example:


Dim obj As DataTable
'save obj to disk
SerializeToFile(filepath, obj)
'to read it back, use DirectCast
Dim obj2 As DataTable = DirectCast(My.Computer.FileSystem.ReadAllBytes(filepath), DataTable)</p> ]]></description>
<pubDate>Tue, 10 Mar 2009 10:30:05 GMT</pubDate>
<guid>http://snipplr.com/view/12960/serialize-an-object-and-write-it-to-the-disk/</guid>
</item>
</channel>
</rss>