Hi all
I m using .net 2.0
I want to create an object of type object
but the problem is my object name has to be taken from string variable
Something like this
Code:
string bb = "obj1";
object bb.ToString() = new object();
This code creates an error
I dont know how to do this.
plz help me
thank u
