i’ve a Datatable that has a Column called sID with the values form 1 to 14 so i want to put each row with each sID in a new Datatable.
e.g Datatable1 contains all rows with sID=1
Datatable2 contains all rows with sID=2
Datatable3 contains all rows with sID=3
Now i am not sure how to use the Datatable.Select() to fill each Datatable with its rows.
Thanks
The Datatable.Select() method is to select row(s), to fill each Datatable you need to populate it like this:
Or from a database like this: