3
Answers

Object reference not set to an instance of an object.

Form1 frm1=(Form1)this.Owner; string dl = frm1.DrvLtr; This is in the onload of form2. I'm trying to get access to the string DrvLtr on form1. Could someone please help. Thanks you

Answers (3)