2005 MVS

2005 MVS

In MVS, I have three forms (main, form1, & form2) in my Solution Explorer; two of them have a DataGridView (DGV). My main form has a toolstrip where the user can select form1 (DGV1) and form2 (DGV2). When the user selects form1/DGV1 it stays open and only when the user closes it can form2/DGV2 proceed and use form1/DGV1. No good. If the user updates form1/DGV1 and doesn't close it that data doesn't make it to form2/DGV2. I want the information in form1/DGV1 to be live (changes to DGV1 are seen by DGV2 immediately). How do I do that?
Thanks,
M

Add Comment

Put code snippets inside language tags:
[language] [/language]

Examples:
[javascript] [/javascript]
[actionscript] [/actionscript]
[csharp] [/csharp]

See here for supported languages.

Javascript must be enabled to submit anonymous comments - or you can login.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.