I want to show the results of this code in my TextBox:
string txtout1 = txtOrgText.Text.Replace(parm, txtTo.Text).ToString(); txtout = txtout1;
txtOut.Text = txtout1;