I have DataTable having 250,000 rows. Is there any way I can split DataTable to 5 different datatables(dt[0],dt[1],dt[3]dt[4],dt[5] ) with each having 50,000 rows? To be more specific I want to split DataTable based on row number and also bind the data's in grid.