Dear All Experts,

I am new in VB.net. Your help will be really appreciating.

I have two forms. Form1 and Form 2.

I have opened the Form 2 from Form 1. By using this code.

Button click event
===============
Dim F2 As New Form2
F2.Show()

In Form 2 there will be datagridview which is filled by dataset.

Now i want to Add the datagridview selected cell value to Form 1 Datagridview by using click event. i can do this task in same form, but when form is different Form 2 data is not able to add in form 1.

How to achieve this. Please provide the code for the same.

Thanks,
AKM