Hello,

I just started to learn VB .NET.
I made a db program with sqlserver.

On form 1(name, address, aso) I have a searchbutton, by clicking on it a new form 2 with datagrid appears. I want to pass the value of one cell to a sp belonging to form 1 to fill this form.

I allready have this value, but now how to pass to a sp?? If I close this form I lost the value.

Can somebody help me or show me the way to do this.

Thanks in advance

Hans