Lets say you have a textbox. And a button. When you press the button, the text in textbox will change the text of a label.
EXAMPLE:
Label has a text of "Example"
I add text to the textbox, "ExampleTextbox". I press the button. I look at the label, and see that is is no longer "Example" instead it is "ExampleTextbox"
Help heavily appreciated. |