i need to convert list dynamic items to datatable . please help on this
below is my sample code.
public DataTable ToDataTable(dynamic items)
{
return dtDataTable;
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
venkatPosted Feb 1, 2018, 6:14 AM
Manav PandyaPosted Feb 1, 2018, 5:57 AM
venkatPosted Feb 1, 2018, 5:49 AM
Manav PandyaPosted Feb 1, 2018, 5:25 AM
venkatPosted Feb 1, 2018, 4:39 AM
Manav PandyaPosted Feb 1, 2018, 4:13 AM
venkatPosted Feb 1, 2018, 3:33 AM
Altaf AnsariPosted Feb 1, 2018, 3:09 AM