How do I get the string that is entered into a TextBox?
The Text property of the TextBox. When someone types in some text, it updates the Text property.
Use the Text property of the TextBox.