I want to be able to set a Textbox to a reference of a string so when the Textbox is changed so is the value of the string. I want to do this without using the TextChanged event. I have a class that contains many strings and want to be able to change the values of the strings in the class, for later use, using Textboxes.
Set Textbox to string reference
Collapse
X
Comment