Populating a listview from another form
Hi guys;
Im trying to populate a listview from an access database from one form and see the changes i made in another form where the listview resides.
How do I do that? I tried several methods but i dont see the results.
PlsHELP ME. I need this fast.
Thanks in advance
Show us what you tried so we can tell you what to change.
Generally you'll have the results in a Dataset or ArrayList or whatever other structure you want in Form1; then you'll pass that object to Form2; then in Form2 you'll populate the listview by reading from the object. Where in this process are you encountering difficulties?
Cheers
Daniel