This question is locked. New answers and comments are not allowed.
Hi everyone,
Is there a way to obtain the lightweight Data Table with a Asp.net DataTable send by a webservice without using IEnumerable<Dictionnary...>> ?
In my webservice, I return a datatable and I wish to get data into your lightweight DataTable. I try a
var table = new DataTable(e.Result) but he will a IEnumerable...
Thanks in advance.
Regards.
Aurélien Dubosson