Manually Populating Datarows November 24, 2009 This is a demonstration of populating a datarow with a combination of datareader, datarow and direct assignment, with a function wrapper.
Create Custom DataTable November 17, 2009 The most common method for creating a datatable is using a DataAdapter. Here is a method in VB.NET for creating a datatable without using a DataAdapter.