Mapping datatable that I am binding to a datagridview

chabelo

New member
Joined
May 27, 2013
Messages
2
Programming Experience
Beginner
Hi:

I would like someone can help me, I want to mapping a datatable to show in the datagridview the names in diferents columns. i placed an image.

thanks in advance.

example.png
 
After populating your DataTable, add three new columns to it and then loop through the rows, splitting the existing data and putting the parts into the new columns.
 
Back
Top