Save Control name in variable

Mar 15 2005 6:51 AM
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)