3
Answers

getting variable value from mdiparent form to child form..

Kanhialal kk

Kanhialal kk

13y
12.9k
1
Hi

I have a mdi parent form and that contains a variable with tha name of Eboname now i want to get that variable value in child form and did code as bellow but do not get value...

public Elegent_Shop frmain;

frmain = new Elegent_Shop();
textBox1.Text = this.frmain.eboname.ToString();


any body help please...
Answers (3)