Hi Guys,
I am in situation.. where I need to Convert List of Class objects to DataTable.
for example :
- Class Product
- ProductId,ProductName,Description,Price are the Product class's get/set properties.
- I got List<Products> - this need to DataTable
any help would be great...
Thank you