Kanhialal kk

Kanhialal kk

  • NA
  • 234
  • 333.7k

getting variable value from mdiparent form to child form..

May 27 2011 1:00 AM
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)