1
Answer

Save Control name in variable

How I can save my Control name in variable? Sample: private System.Windows.Forms.TextBox textBox1; String qwerty = "textBox1"; // How I can use this variable ? querty.text = "My text";

Answers (1)