A
Altex
Hi, I've got the name of a control (mycontrol3) in string format
string cotrolname = "mycontrol3";
how can I access to the control
instead of doing this
mycontrol3.Height = 100;
I'd like to do some thing like this (but in the right way)
cotrolname.Height = 100;
thanks
alex
string cotrolname = "mycontrol3";
how can I access to the control
instead of doing this
mycontrol3.Height = 100;
I'd like to do some thing like this (but in the right way)
cotrolname.Height = 100;
thanks
alex