After scraping the data using Data Scrapping, I am trying to sort the Extracted Data Table into another Data Table, but I am getting an Error as below.
I am attaching the error and Xaml file, guys could you help me to sort the thing.
If I run the same process for four to five times I am getting that error. But I’ll try to run that few more times and if I find the same I’ll come back to you again.
This issue will come when there are no rows after filter and if you try to use .CopyToDataTable method to convert it into a data table. i included a check in the code. Please find below attached code.