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";
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sacrespPosted Mar 15, 2005, 9:46 AM