> Is there a way to get a reference to an object by its name?
>
> E.g.
> TextBox st1 = new TextBox();
>
> Object o = GetObjectByInstanceName("st1");
No, if you want that, you should store the reference to the object in a
structure that's accessable by the code which wants
to execute GetObjectByInstanceName.
Frans
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
