I am using C# to build a dialog form which will search and find strings in cells on a DataGridView which resides on a different form. What syntax should I use to reference the DataGridView?
Rob E.