I have A and B forms.
when i run A form will display all the values in datagridview by clicking start button.In this same form one labellink is there.Once i click the labelink B form will display with combobox and one button.
now i choose one option and click the button which i want to see the values in datagridview of A Form.
My issue is when i selected choice in B form, the results should come in already opened A form but where as in my case it will open up another new A form and shows the result.I dont want to open again A Form and process the result.
How can i do this? simple solution to acheive it?
Pass instance of FormA to FormB