HI,
Iam trying to get value's out of a datagridview. this datagridview is on form one.
and where i want the value's is on form two;
but i dont want to do this :
[code]form1 frm = new from1();[/code]
because that form1 already exists so i dont want to create it again
can anytone plz help me get a solution for this thank you very much