G
Guest
Hi.
I have a tricky question. Suppose I have a member or local variable named
XYZ.
I want to reference the object using a string, "XYZ".
In code, I want to do the following.
Checkbox MyCheckbox = (Checkbox) doSomething("XYZ");
Is this possible in .NET? If so, how can I do it?
Thanks. Stay cool.
I have a tricky question. Suppose I have a member or local variable named
XYZ.
I want to reference the object using a string, "XYZ".
In code, I want to do the following.
Checkbox MyCheckbox = (Checkbox) doSomething("XYZ");
Is this possible in .NET? If so, how can I do it?
Thanks. Stay cool.