0
Answer

Bind multidimentional array to datagridview control

I need to bind 2D array to datagridview control. Firstly I need to bind a VIEW from a database to a DataGridView control and then I want to bind same DataGridView to an array dynamically. Can anybody help me?