Link to home
Start Free TrialLog in
Avatar of yo_daz_uk
yo_daz_uk

asked on

GridView bind a 2d array

Hi,

I have a 2 dimensional array ...

Dim arr(50, 3) as string

I have put the data into this array, but now i want to put the data from the array into a gridview.  Has anyone got the code to do this?

Thanks,

Darryl
ASKER CERTIFIED SOLUTION
Avatar of zveljkovic
zveljkovic
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yo_daz_uk
yo_daz_uk

ASKER

i used similar code to the above to achieve this