I have a form with three text boxes and a command button. I have to write the instructions such that when the button is pressed the strings in txtBox1 and txtBox2 are concatenated and the results are displayed in txtOutput. Can you please show me how this is done?
Thank you
