9
Answers

List to data table

  1. List<licenseDetails> licenselist = new List<licenseDetails>();  
 
 
How to convert the list to the data table.I have a list how to append my list to a data table .
Answers (9)