I am creating a small application using vb.net 2008 and sql server having 10 forms.I want to create a common search form .When i click in the SearchToolStripButton in all forms the 'Search' form shoudld be loaded with the data from the header table into a grid.I complete upto that.

How to write code for the following

1)When i double click in one row in the grid of search window i want to return those data to the corresponding forms and i want to edit there.

AND

After i select one row in grid in the search form and click OK button i want to return those data to the corresponding forms and display there.

It is very urget
Kindly do the needful.