Hi,
I've got this child form that when i try to check it in main form if (chldfrm.ShowDialog() == DialogResult.OK, and if true the child form is shown again. Though the passed value from child form into the main form is shown after the child form appears. Can any one help?
Thanks in advance.