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
[382 byte] By [HadiRiazi] at [2008-1-29]
# 1
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

DanielMoth at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
You can also look at one of the documents about accessing Pocket Access database using Compact Framework.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnroad/html/road10222003.asp

David

DavidTSo at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...