bind array of struct to datagridview

almaha

Member
Joined
Aug 11, 2010
Messages
7
Programming Experience
Beginner
I have question regarding how to bind array of struct to datagridview?
 
dgv.DataSource = theArray ?
 
After filling the array of struct
i wrote in my conde
datagridview1.DataSource = My_Array

it is not working and when i run my application the grid view is empty
 
Your Structure probably only have fields and no properties.
 
Back
Top