G
Guest
If I have a string field that contains the name of a User Control, how could
I access the User Control? I need something like the following function:
dim ucUC as UserControl
Dim strUC as string
strUC = "MyUserControl"
ucUC = ToUserControl(strUC) 'Which would be the same as ucUC = MyuserControl
Thanks for your help.
Dave
I access the User Control? I need something like the following function:
dim ucUC as UserControl
Dim strUC as string
strUC = "MyUserControl"
ucUC = ToUserControl(strUC) 'Which would be the same as ucUC = MyuserControl
Thanks for your help.
Dave