I am getting datatbale with 5000 records. I want to create 10 seperate datatable with 500 records each
DataTable dt = GetLeadsForProcessing();
How to do this