In a variable (string) called MyControlName, I have the following value: "txtName".
I would like to make that control invisible. How could I use the properties of this control by reading its name from that string's content? (hope I made myself clear)
MyControlName.visible = false won't work, of course.
Thanks.
