Link to home
Start Free TrialLog in
Avatar of RayT
RayTFlag for United States of America

asked on

Adding Rows to Grid

How to you add a row to a grid that has multiple columns?  I'm trying to do this using Visual Basic.  I've done this connecting .DataSource to an AccessDataSource.  I have forgotten how to do this with an array.
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Are you connected to a database (i.e. "AccessDataSource") or to an array?
Avatar of RayT

ASKER

No.  I'd like to do this in memory.  Can it be done using a datatable?  If so, how?
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America 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 RayT

ASKER

Thanks a lot!