End Google Ads 201810 - BS.net 01 --> Hey guys, I'd posted this question as a message in a thread that's been nudged down to page two, so not sure if anybody would read it. So I'll just re-ask here.

I have a sub-dialog in which I have a datagridview that i can search through, select a row, and click load. When clicking load, the data from that selected row is saved as a public static string in a class, so i can use it in my main dialog. The problem I am having is that I can't figure out how to automatically populate the fields of the main dialog on the click of the load button in the sub-dialog.

Any help greatly appreciated.

Martin