I have a data table and i want to load my data table content into an array.how can i do this?help me....
- datatable dt= new data table(); //I have two column in my data table Name and Marks
| Name | Marks |
| A | 20 |
| B | 30 |
| C | 40 |
I want to load it into an array like {("A",20), ("B",30),("c",40)}
please suggest me some ideas ....
Midhun TpPosted Dec 26, 2016, 12:56 AM
Dinesh SanthalingamPosted Dec 26, 2016, 1:41 AM
Midhun TpPosted Dec 26, 2016, 1:34 AM
Manas MohapatraPosted Dec 26, 2016, 1:30 AM
Prakash KumarPosted Dec 26, 2016, 1:28 AM
Dinesh SanthalingamPosted Dec 26, 2016, 1:21 AM
ali tuncerPosted Dec 26, 2016, 12:17 AM
Check out 2 dimensional arrays..
https://www.dotnetperls.com/2d