Archive for May 23rd, 2007
Creating a DataTable from an IList returned from the data mapper
Riccardo d’Errico
Sat, 15 Jul 2006 09:55:47 -0700
It arrived to me to have to convert back to a DataTable the IList result I get from the DataMapper instance.
This is mainly because some asp.net components accepts binding only to dataset or datatable
Here is the code I use if somebody has the [...]


