In Javascript there is a function called eval(), which I use to get an object when I have its name stored in a string. E.G.Is there an equivalent to this in VB.NET?Code:control='txtInput';
x=eval(control);
Printable View
In Javascript there is a function called eval(), which I use to get an object when I have its name stored in a string. E.G.Is there an equivalent to this in VB.NET?Code:control='txtInput';
x=eval(control);