Re: Force data within form to refresh from child form Programming Software Development by Mitja Bonca …(this); form2.Show(this); } public void PassingParameters(string item) { if (label1.InvokeRequired) { …MyDelegate d = new MyDelegate(PassingParameters); label1.Invoke(d, new object[] { item }); }… Re: XML to XML using XSLT through C# Programming Software Development by jonc …: [URL="http://projects.ischool.washington.edu/tabrooks/545/ContentManagement/PassingParameters.htm"]http://projects.ischool.washington.edu/tabrooks/545/ContentManagement…/PassingParameters.htm[/URL] My problem is solved by following the above …