Binding Arraylist to Datagridview in vb.net 2008 - TechRepublic
Question
July 12, 2012 at 06:45 AM
armaloba

Binding Arraylist to Datagridview in vb.net 2008

by armaloba . Updated 13 years, 11 months ago

Hi everyone,

I need help. I’m creating a simple contact form application in vb.net 2008. I’m using an arraylist to store all my contacts and display the contacts in a datagridview. So far the application is working fine and I can see the contacts stored in the arraylist on my datagrid, but my problem is when I quit the application (i.e. when I close the window) and run the application again, my datagrid is empty and I can’t see any record on it. If I enter a new record, the record is bound to the datagrid, but the existing records are not there.
What is likely to be the problem? I really need your help guys as this is a project I have to submit very soon.
Kind Regards

This discussion is locked

All Comments