3
Answers

Object reference not set to an instance of an object.

flipnjme

flipnjme

20y
2.3k
1
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)