ERROR while convert-"cannot convert to proj.Net.Domain.Model.datatable to system.data.dataset"
public DataTable datatable { get; set; } is my model
"tabledetails " returning above function so i have to use this as
convertxl(path,tabledetails) -------here this one not taking as a dataset
i need to use tabledetails as a data set for a function but it showing the above error?
anyone help?